@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CheckInLicenseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CheckInLicenseRequest() |
Modifier and Type | Method and Description |
---|---|
CheckInLicenseRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBeneficiary()
License beneficiary.
|
String |
getLicenseConsumptionToken()
License consumption token.
|
int |
hashCode() |
void |
setBeneficiary(String beneficiary)
License beneficiary.
|
void |
setLicenseConsumptionToken(String licenseConsumptionToken)
License consumption token.
|
String |
toString()
Returns a string representation of this object.
|
CheckInLicenseRequest |
withBeneficiary(String beneficiary)
License beneficiary.
|
CheckInLicenseRequest |
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 CheckInLicenseRequest withLicenseConsumptionToken(String licenseConsumptionToken)
License consumption token.
licenseConsumptionToken
- License consumption token.public void setBeneficiary(String beneficiary)
License beneficiary.
beneficiary
- License beneficiary.public String getBeneficiary()
License beneficiary.
public CheckInLicenseRequest withBeneficiary(String beneficiary)
License beneficiary.
beneficiary
- License beneficiary.public String toString()
toString
in class Object
Object.toString()
public CheckInLicenseRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()