@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) |
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)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.