public class DeleteEndpointRequest extends AmazonWebServiceRequest implements java.io.Serializable
Deletes a model-specific endpoint for a previously-trained custom model. All endpoints must be deleted in order for the model to be deleted.
| Constructor and Description | 
|---|
| DeleteEndpointRequest() | 
| 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 deleted. | 
| int | hashCode() | 
| void | setEndpointArn(java.lang.String endpointArn)
 The Amazon Resource Number (ARN) of the endpoint being deleted. | 
| java.lang.String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| DeleteEndpointRequest | withEndpointArn(java.lang.String endpointArn)
 The Amazon Resource Number (ARN) of the endpoint being deleted. | 
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 deleted.
 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 deleted.
public void setEndpointArn(java.lang.String endpointArn)
The Amazon Resource Number (ARN) of the endpoint being deleted.
 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 deleted.
public DeleteEndpointRequest withEndpointArn(java.lang.String endpointArn)
The Amazon Resource Number (ARN) of the endpoint being deleted.
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 deleted.
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.