@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)
Marshalls this structured data using the given
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.