@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SOAChange extends Object implements Serializable, Cloneable, StructuredPojo
Updated Start of Authority (SOA) properties for a public or private DNS namespace.
Constructor and Description |
---|
SOAChange() |
Modifier and Type | Method and Description |
---|---|
SOAChange |
clone() |
boolean |
equals(Object obj) |
Long |
getTTL()
The updated time to live (TTL) for purposes of negative caching.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTTL(Long tTL)
The updated time to live (TTL) for purposes of negative caching.
|
String |
toString()
Returns a string representation of this object.
|
SOAChange |
withTTL(Long tTL)
The updated time to live (TTL) for purposes of negative caching.
|
public void setTTL(Long tTL)
The updated time to live (TTL) for purposes of negative caching.
tTL
- The updated time to live (TTL) for purposes of negative caching.public Long getTTL()
The updated time to live (TTL) for purposes of negative caching.
public SOAChange withTTL(Long tTL)
The updated time to live (TTL) for purposes of negative caching.
tTL
- The updated time to live (TTL) for purposes of negative caching.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.