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