@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PrivateDnsPropertiesMutable extends Object implements Serializable, Cloneable, StructuredPojo
DNS properties for the private DNS namespace.
Constructor and Description |
---|
PrivateDnsPropertiesMutable() |
Modifier and Type | Method and Description |
---|---|
PrivateDnsPropertiesMutable |
clone() |
boolean |
equals(Object obj) |
SOA |
getSOA()
Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSOA(SOA sOA)
Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.
|
String |
toString()
Returns a string representation of this object.
|
PrivateDnsPropertiesMutable |
withSOA(SOA sOA)
Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.
|
public void setSOA(SOA sOA)
Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.
sOA
- Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.public SOA getSOA()
Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.
public PrivateDnsPropertiesMutable withSOA(SOA sOA)
Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.
sOA
- Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.public String toString()
toString
in class Object
Object.toString()
public PrivateDnsPropertiesMutable clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.