@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) |
void |
setAddress(String address) |
void |
setCachePeriodInMinutes(Long cachePeriodInMinutes) |
String |
toString()
Returns a string representation of this object.
|
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 Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2019. All rights reserved.