@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateEndpointResult() |
Modifier and Type | Method and Description |
---|---|
UpdateEndpointResult |
clone() |
boolean |
equals(Object obj) |
String |
getEndpointArn()
The Amazon Resource Name (ARN) of the endpoint.
|
int |
hashCode() |
void |
setEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
|
String |
toString()
Returns a string representation of this object.
|
UpdateEndpointResult |
withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
endpointArn
- The Amazon Resource Name (ARN) of the endpoint.public String getEndpointArn()
The Amazon Resource Name (ARN) of the endpoint.
public UpdateEndpointResult withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
endpointArn
- The Amazon Resource Name (ARN) of the endpoint.public String toString()
toString
in class Object
Object.toString()
public UpdateEndpointResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.