@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PublicDnsPropertiesMutableChange extends Object implements Serializable, Cloneable, StructuredPojo
Updated DNS properties for the public DNS namespace.
| Constructor and Description |
|---|
PublicDnsPropertiesMutableChange() |
| Modifier and Type | Method and Description |
|---|---|
PublicDnsPropertiesMutableChange |
clone() |
boolean |
equals(Object obj) |
SOAChange |
getSOA()
Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSOA(SOAChange sOA)
Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
|
String |
toString()
Returns a string representation of this object.
|
PublicDnsPropertiesMutableChange |
withSOA(SOAChange sOA)
Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
|
public void setSOA(SOAChange sOA)
Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
sOA - Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.public SOAChange getSOA()
Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
public PublicDnsPropertiesMutableChange withSOA(SOAChange sOA)
Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
sOA - Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.public String toString()
toString in class ObjectObject.toString()public PublicDnsPropertiesMutableChange clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.