@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExtendLicenseConsumptionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ExtendLicenseConsumptionRequest() |
Modifier and Type | Method and Description |
---|---|
ExtendLicenseConsumptionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getDryRun()
Checks whether you have the required permissions for the action, without actually making the request.
|
String |
getLicenseConsumptionToken()
License consumption token.
|
int |
hashCode() |
Boolean |
isDryRun()
Checks whether you have the required permissions for the action, without actually making the request.
|
void |
setDryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request.
|
void |
setLicenseConsumptionToken(String licenseConsumptionToken)
License consumption token.
|
String |
toString()
Returns a string representation of this object.
|
ExtendLicenseConsumptionRequest |
withDryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request.
|
ExtendLicenseConsumptionRequest |
withLicenseConsumptionToken(String licenseConsumptionToken)
License consumption token.
|
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 setLicenseConsumptionToken(String licenseConsumptionToken)
License consumption token.
licenseConsumptionToken
- License consumption token.public String getLicenseConsumptionToken()
License consumption token.
public ExtendLicenseConsumptionRequest withLicenseConsumptionToken(String licenseConsumptionToken)
License consumption token.
licenseConsumptionToken
- License consumption token.public void setDryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request. Provides an error response if you do not have the required permissions.
dryRun
- Checks whether you have the required permissions for the action, without actually making the request.
Provides an error response if you do not have the required permissions.public Boolean getDryRun()
Checks whether you have the required permissions for the action, without actually making the request. Provides an error response if you do not have the required permissions.
public ExtendLicenseConsumptionRequest withDryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request. Provides an error response if you do not have the required permissions.
dryRun
- Checks whether you have the required permissions for the action, without actually making the request.
Provides an error response if you do not have the required permissions.public Boolean isDryRun()
Checks whether you have the required permissions for the action, without actually making the request. Provides an error response if you do not have the required permissions.
public String toString()
toString
in class Object
Object.toString()
public ExtendLicenseConsumptionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()