@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRepositoryEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetRepositoryEndpointResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetRepositoryEndpointResult | clone() | 
| boolean | equals(Object obj) | 
| String | getRepositoryEndpoint()
 A string that specifies the URL of the returned endpoint. | 
| int | hashCode() | 
| void | setRepositoryEndpoint(String repositoryEndpoint)
 A string that specifies the URL of the returned endpoint. | 
| String | toString()Returns a string representation of this object. | 
| GetRepositoryEndpointResult | withRepositoryEndpoint(String repositoryEndpoint)
 A string that specifies the URL of the returned endpoint. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRepositoryEndpoint(String repositoryEndpoint)
A string that specifies the URL of the returned endpoint.
repositoryEndpoint - A string that specifies the URL of the returned endpoint.public String getRepositoryEndpoint()
A string that specifies the URL of the returned endpoint.
public GetRepositoryEndpointResult withRepositoryEndpoint(String repositoryEndpoint)
A string that specifies the URL of the returned endpoint.
repositoryEndpoint - A string that specifies the URL of the returned endpoint.public String toString()
toString in class ObjectObject.toString()public GetRepositoryEndpointResult clone()