@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PublicDnsNamespacePropertiesChange extends Object implements Serializable, Cloneable, StructuredPojo
Updated properties for the public DNS namespace.
Constructor and Description |
---|
PublicDnsNamespacePropertiesChange() |
Modifier and Type | Method and Description |
---|---|
PublicDnsNamespacePropertiesChange |
clone() |
boolean |
equals(Object obj) |
PublicDnsPropertiesMutableChange |
getDnsProperties()
Updated DNS properties for the hosted zone for the public DNS namespace.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDnsProperties(PublicDnsPropertiesMutableChange dnsProperties)
Updated DNS properties for the hosted zone for the public DNS namespace.
|
String |
toString()
Returns a string representation of this object.
|
PublicDnsNamespacePropertiesChange |
withDnsProperties(PublicDnsPropertiesMutableChange dnsProperties)
Updated DNS properties for the hosted zone for the public DNS namespace.
|
public void setDnsProperties(PublicDnsPropertiesMutableChange dnsProperties)
Updated DNS properties for the hosted zone for the public DNS namespace.
dnsProperties
- Updated DNS properties for the hosted zone for the public DNS namespace.public PublicDnsPropertiesMutableChange getDnsProperties()
Updated DNS properties for the hosted zone for the public DNS namespace.
public PublicDnsNamespacePropertiesChange withDnsProperties(PublicDnsPropertiesMutableChange dnsProperties)
Updated DNS properties for the hosted zone for the public DNS namespace.
dnsProperties
- Updated DNS properties for the hosted zone for the public DNS namespace.public String toString()
toString
in class Object
Object.toString()
public PublicDnsNamespacePropertiesChange clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.