public class DescribeEndpointRequest extends AmazonWebServiceRequest implements java.io.Serializable
Gets the properties associated with a specific endpoint. Use this operation to get the status of an endpoint.
| Constructor and Description | 
|---|
DescribeEndpointRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object obj)  | 
java.lang.String | 
getEndpointArn()
 The Amazon Resource Number (ARN) of the endpoint being described. 
 | 
int | 
hashCode()  | 
void | 
setEndpointArn(java.lang.String endpointArn)
 The Amazon Resource Number (ARN) of the endpoint being described. 
 | 
java.lang.String | 
toString()
Returns a string representation of this object; useful for testing and
 debugging. 
 | 
DescribeEndpointRequest | 
withEndpointArn(java.lang.String endpointArn)
 The Amazon Resource Number (ARN) of the endpoint being described. 
 | 
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getEndpointArn()
The Amazon Resource Number (ARN) of the endpoint being described.
 Constraints:
 Length:  - 256
 Pattern:
 arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:(document
 -classifier
 -endpoint|entity-recognizer-endpoint)/[a-zA-Z0-9](-*[a-zA-Z0-9])*
The Amazon Resource Number (ARN) of the endpoint being described.
public void setEndpointArn(java.lang.String endpointArn)
The Amazon Resource Number (ARN) of the endpoint being described.
 Constraints:
 Length:  - 256
 Pattern:
 arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:(document
 -classifier
 -endpoint|entity-recognizer-endpoint)/[a-zA-Z0-9](-*[a-zA-Z0-9])*
endpointArn - The Amazon Resource Number (ARN) of the endpoint being described.
public DescribeEndpointRequest withEndpointArn(java.lang.String endpointArn)
The Amazon Resource Number (ARN) of the endpoint being described.
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length:  - 256
 Pattern:
 arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:(document
 -classifier
 -endpoint|entity-recognizer-endpoint)/[a-zA-Z0-9](-*[a-zA-Z0-9])*
endpointArn - The Amazon Resource Number (ARN) of the endpoint being described.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.