@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PublicDnsPropertiesMutable extends Object implements Serializable, Cloneable, StructuredPojo
DNS properties for the public DNS namespace.
| Constructor and Description |
|---|
PublicDnsPropertiesMutable() |
| Modifier and Type | Method and Description |
|---|---|
PublicDnsPropertiesMutable |
clone() |
boolean |
equals(Object obj) |
SOA |
getSOA()
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(SOA sOA)
Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
|
String |
toString()
Returns a string representation of this object.
|
PublicDnsPropertiesMutable |
withSOA(SOA sOA)
Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
|
public void setSOA(SOA sOA)
Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
sOA - Start of Authority (SOA) record for the hosted zone for the public DNS namespace.public SOA getSOA()
Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
public PublicDnsPropertiesMutable withSOA(SOA sOA)
Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
sOA - Start of Authority (SOA) record for the hosted zone for the public DNS namespace.public String toString()
toString in class ObjectObject.toString()public PublicDnsPropertiesMutable clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.