@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsRoute53HostedZoneConfigDetails extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains an optional comment about your Amazon RouteĀ 53 hosted zone.
| Constructor and Description |
|---|
AwsRoute53HostedZoneConfigDetails() |
| Modifier and Type | Method and Description |
|---|---|
AwsRoute53HostedZoneConfigDetails |
clone() |
boolean |
equals(Object obj) |
String |
getComment()
Any comments that you include about the hosted zone.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setComment(String comment)
Any comments that you include about the hosted zone.
|
String |
toString()
Returns a string representation of this object.
|
AwsRoute53HostedZoneConfigDetails |
withComment(String comment)
Any comments that you include about the hosted zone.
|
public void setComment(String comment)
Any comments that you include about the hosted zone.
comment - Any comments that you include about the hosted zone.public String getComment()
Any comments that you include about the hosted zone.
public AwsRoute53HostedZoneConfigDetails withComment(String comment)
Any comments that you include about the hosted zone.
comment - Any comments that you include about the hosted zone.public String toString()
toString in class ObjectObject.toString()public AwsRoute53HostedZoneConfigDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.