@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceEndpoint extends Object implements Serializable, Cloneable
The endpoint to which service requests can be submitted.
Constructor and Description |
---|
ServiceEndpoint() |
Modifier and Type | Method and Description |
---|---|
ServiceEndpoint |
clone() |
boolean |
equals(Object obj) |
String |
getEndpoint() |
int |
hashCode() |
void |
setEndpoint(String endpoint) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ServiceEndpoint |
withEndpoint(String endpoint) |
public void setEndpoint(String endpoint)
endpoint
- public String getEndpoint()
public ServiceEndpoint withEndpoint(String endpoint)
endpoint
- public String toString()
toString
in class Object
Object.toString()
public ServiceEndpoint clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.