@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Endpoint extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Endpoint() |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
clone() |
boolean |
equals(Object obj) |
String |
getAddress() |
Long |
getCachePeriodInMinutes() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAddress(String address) |
void |
setCachePeriodInMinutes(Long cachePeriodInMinutes) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Endpoint |
withAddress(String address) |
Endpoint |
withCachePeriodInMinutes(Long cachePeriodInMinutes) |
public void setAddress(String address)
address - public String getAddress()
public Endpoint withAddress(String address)
address - public void setCachePeriodInMinutes(Long cachePeriodInMinutes)
cachePeriodInMinutes - public Long getCachePeriodInMinutes()
public Endpoint withCachePeriodInMinutes(Long cachePeriodInMinutes)
cachePeriodInMinutes - public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.