@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEndpointConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateEndpointConfigResult() |
Modifier and Type | Method and Description |
---|---|
CreateEndpointConfigResult |
clone() |
boolean |
equals(Object obj) |
String |
getEndpointConfigArn()
The Amazon Resource Name (ARN) of the endpoint configuration.
|
int |
hashCode() |
void |
setEndpointConfigArn(String endpointConfigArn)
The Amazon Resource Name (ARN) of the endpoint configuration.
|
String |
toString()
Returns a string representation of this object.
|
CreateEndpointConfigResult |
withEndpointConfigArn(String endpointConfigArn)
The Amazon Resource Name (ARN) of the endpoint configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEndpointConfigArn(String endpointConfigArn)
The Amazon Resource Name (ARN) of the endpoint configuration.
endpointConfigArn
- The Amazon Resource Name (ARN) of the endpoint configuration.public String getEndpointConfigArn()
The Amazon Resource Name (ARN) of the endpoint configuration.
public CreateEndpointConfigResult withEndpointConfigArn(String endpointConfigArn)
The Amazon Resource Name (ARN) of the endpoint configuration.
endpointConfigArn
- The Amazon Resource Name (ARN) of the endpoint configuration.public String toString()
toString
in class Object
Object.toString()
public CreateEndpointConfigResult clone()