@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 |
getUrl()
URL of endpoint
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setUrl(String url)
URL of endpoint
|
String |
toString()
Returns a string representation of this object.
|
Endpoint |
withUrl(String url)
URL of endpoint
|
public void setUrl(String url)
url - URL of endpointpublic String getUrl()
public Endpoint withUrl(String url)
url - URL of endpointpublic 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.