@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteMeteredProductRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteMeteredProductRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteMeteredProductRequest |
clone() |
boolean |
equals(Object obj) |
String |
getLicenseEndpointId()
The ID of the license endpoint from which to remove the metered product.
|
String |
getProductId()
The product ID to remove from the license endpoint.
|
int |
hashCode() |
void |
setLicenseEndpointId(String licenseEndpointId)
The ID of the license endpoint from which to remove the metered product.
|
void |
setProductId(String productId)
The product ID to remove from the license endpoint.
|
String |
toString()
Returns a string representation of this object.
|
DeleteMeteredProductRequest |
withLicenseEndpointId(String licenseEndpointId)
The ID of the license endpoint from which to remove the metered product.
|
DeleteMeteredProductRequest |
withProductId(String productId)
The product ID to remove from the license endpoint.
|
addHandlerContext, copyBaseTo, 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 ID of the license endpoint from which to remove the metered product.
licenseEndpointId - The ID of the license endpoint from which to remove the metered product.public String getLicenseEndpointId()
The ID of the license endpoint from which to remove the metered product.
public DeleteMeteredProductRequest withLicenseEndpointId(String licenseEndpointId)
The ID of the license endpoint from which to remove the metered product.
licenseEndpointId - The ID of the license endpoint from which to remove the metered product.public void setProductId(String productId)
The product ID to remove from the license endpoint.
productId - The product ID to remove from the license endpoint.public String getProductId()
The product ID to remove from the license endpoint.
public DeleteMeteredProductRequest withProductId(String productId)
The product ID to remove from the license endpoint.
productId - The product ID to remove from the license endpoint.public String toString()
toString in class ObjectObject.toString()public DeleteMeteredProductRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.