@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
DescribeEndpointRequest () |
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getEndpointArn ()
The Amazon Resource Number (ARN) of the endpoint being described.
|
int |
hashCode () |
void |
setEndpointArn (String endpointArn)
The Amazon Resource Number (ARN) of the endpoint being described.
|
String |
toString ()
Returns a string representation of this object.
|
DescribeEndpointRequest |
withEndpointArn (String endpointArn)
The Amazon Resource Number (ARN) of the endpoint being described.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout public DescribeEndpointRequest()
public void setEndpointArn(String endpointArn)
The Amazon Resource Number (ARN) of the endpoint being described.
endpointArn - The Amazon Resource Number (ARN) of the endpoint being described.public String getEndpointArn()
The Amazon Resource Number (ARN) of the endpoint being described.
public DescribeEndpointRequest withEndpointArn(String endpointArn)
The Amazon Resource Number (ARN) of the endpoint being described.
endpointArn - The Amazon Resource Number (ARN) of the endpoint being described.public String toString()
toString in class Object Object.toString() public DescribeEndpointRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()