@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, withSdkRequestTimeout
public 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 Object
Object.toString()
public DeleteLicenseEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()