@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteEndpointRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteEndpointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEndpointId()
The ID of the endpoint.
|
String |
getOutpostId()
The ID of the Outposts.
|
int |
hashCode() |
void |
setEndpointId(String endpointId)
The ID of the endpoint.
|
void |
setOutpostId(String outpostId)
The ID of the Outposts.
|
String |
toString()
Returns a string representation of this object.
|
DeleteEndpointRequest |
withEndpointId(String endpointId)
The ID of the endpoint.
|
DeleteEndpointRequest |
withOutpostId(String outpostId)
The ID of the Outposts.
|
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 void setEndpointId(String endpointId)
The ID of the endpoint.
endpointId
- The ID of the endpoint.public String getEndpointId()
The ID of the endpoint.
public DeleteEndpointRequest withEndpointId(String endpointId)
The ID of the endpoint.
endpointId
- The ID of the endpoint.public void setOutpostId(String outpostId)
The ID of the Outposts.
outpostId
- The ID of the Outposts.public String getOutpostId()
The ID of the Outposts.
public DeleteEndpointRequest withOutpostId(String outpostId)
The ID of the Outposts.
outpostId
- The ID of the Outposts.public String toString()
toString
in class Object
Object.toString()
public DeleteEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()