@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteLicenseEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteLicenseEndpointRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteLicenseEndpointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLicenseEndpointId()
The license endpoint ID of the license endpoint to delete.
|
int |
hashCode() |
void |
setLicenseEndpointId(String licenseEndpointId)
The license endpoint ID of the license endpoint to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteLicenseEndpointRequest |
withLicenseEndpointId(String licenseEndpointId)
The license endpoint ID of the license endpoint to delete.
|
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, withSdkRequestTimeoutpublic void setLicenseEndpointId(String licenseEndpointId)
The license endpoint ID of the license endpoint to delete.
licenseEndpointId - The license endpoint ID of the license endpoint to delete.public String getLicenseEndpointId()
The license endpoint ID of the license endpoint to delete.
public DeleteLicenseEndpointRequest withLicenseEndpointId(String licenseEndpointId)
The license endpoint ID of the license endpoint to delete.
licenseEndpointId - The license endpoint ID of the license endpoint to delete.public String toString()
toString in class ObjectObject.toString()public DeleteLicenseEndpointRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()