@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsApiCallActionDomainDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provided if CallerType is domain. It provides information about the DNS domain that issued
the API call.
| Constructor and Description |
|---|
AwsApiCallActionDomainDetails() |
| Modifier and Type | Method and Description |
|---|---|
AwsApiCallActionDomainDetails |
clone() |
boolean |
equals(Object obj) |
String |
getDomain()
The name of the DNS domain that issued the API call.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDomain(String domain)
The name of the DNS domain that issued the API call.
|
String |
toString()
Returns a string representation of this object.
|
AwsApiCallActionDomainDetails |
withDomain(String domain)
The name of the DNS domain that issued the API call.
|
public void setDomain(String domain)
The name of the DNS domain that issued the API call.
domain - The name of the DNS domain that issued the API call.public String getDomain()
The name of the DNS domain that issued the API call.
public AwsApiCallActionDomainDetails withDomain(String domain)
The name of the DNS domain that issued the API call.
domain - The name of the DNS domain that issued the API call.public String toString()
toString in class ObjectObject.toString()public AwsApiCallActionDomainDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.