@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) |
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)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.