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