@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)
Marshalls this structured data using the given
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.
Length Constraints: 128.
domain
- The name of the DNS domain that issued the API call.
Length Constraints: 128.
public String getDomain()
The name of the DNS domain that issued the API call.
Length Constraints: 128.
Length Constraints: 128.
public AwsApiCallActionDomainDetails withDomain(String domain)
The name of the DNS domain that issued the API call.
Length Constraints: 128.
domain
- The name of the DNS domain that issued the API call.
Length Constraints: 128.
public String toString()
toString
in class Object
Object.toString()
public AwsApiCallActionDomainDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.