@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public DeleteMeteredProductRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()