@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CheckoutLicenseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CheckoutLicenseRequest() |
Modifier and Type | Method and Description |
---|---|
CheckoutLicenseRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBeneficiary()
License beneficiary.
|
String |
getCheckoutType()
Checkout type.
|
String |
getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
List<EntitlementData> |
getEntitlements()
License entitlements.
|
String |
getKeyFingerprint()
Key fingerprint identifying the license.
|
String |
getNodeId()
Node ID.
|
String |
getProductSKU()
Product SKU.
|
int |
hashCode() |
void |
setBeneficiary(String beneficiary)
License beneficiary.
|
void |
setCheckoutType(String checkoutType)
Checkout type.
|
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setEntitlements(Collection<EntitlementData> entitlements)
License entitlements.
|
void |
setKeyFingerprint(String keyFingerprint)
Key fingerprint identifying the license.
|
void |
setNodeId(String nodeId)
Node ID.
|
void |
setProductSKU(String productSKU)
Product SKU.
|
String |
toString()
Returns a string representation of this object.
|
CheckoutLicenseRequest |
withBeneficiary(String beneficiary)
License beneficiary.
|
CheckoutLicenseRequest |
withCheckoutType(CheckoutType checkoutType)
Checkout type.
|
CheckoutLicenseRequest |
withCheckoutType(String checkoutType)
Checkout type.
|
CheckoutLicenseRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CheckoutLicenseRequest |
withEntitlements(Collection<EntitlementData> entitlements)
License entitlements.
|
CheckoutLicenseRequest |
withEntitlements(EntitlementData... entitlements)
License entitlements.
|
CheckoutLicenseRequest |
withKeyFingerprint(String keyFingerprint)
Key fingerprint identifying the license.
|
CheckoutLicenseRequest |
withNodeId(String nodeId)
Node ID.
|
CheckoutLicenseRequest |
withProductSKU(String productSKU)
Product SKU.
|
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 setProductSKU(String productSKU)
Product SKU.
productSKU
- Product SKU.public String getProductSKU()
Product SKU.
public CheckoutLicenseRequest withProductSKU(String productSKU)
Product SKU.
productSKU
- Product SKU.public void setCheckoutType(String checkoutType)
Checkout type.
checkoutType
- Checkout type.CheckoutType
public String getCheckoutType()
Checkout type.
CheckoutType
public CheckoutLicenseRequest withCheckoutType(String checkoutType)
Checkout type.
checkoutType
- Checkout type.CheckoutType
public CheckoutLicenseRequest withCheckoutType(CheckoutType checkoutType)
Checkout type.
checkoutType
- Checkout type.CheckoutType
public void setKeyFingerprint(String keyFingerprint)
Key fingerprint identifying the license.
keyFingerprint
- Key fingerprint identifying the license.public String getKeyFingerprint()
Key fingerprint identifying the license.
public CheckoutLicenseRequest withKeyFingerprint(String keyFingerprint)
Key fingerprint identifying the license.
keyFingerprint
- Key fingerprint identifying the license.public List<EntitlementData> getEntitlements()
License entitlements.
public void setEntitlements(Collection<EntitlementData> entitlements)
License entitlements.
entitlements
- License entitlements.public CheckoutLicenseRequest withEntitlements(EntitlementData... entitlements)
License entitlements.
NOTE: This method appends the values to the existing list (if any). Use
setEntitlements(java.util.Collection)
or withEntitlements(java.util.Collection)
if you want to
override the existing values.
entitlements
- License entitlements.public CheckoutLicenseRequest withEntitlements(Collection<EntitlementData> entitlements)
License entitlements.
entitlements
- License entitlements.public void setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
public CheckoutLicenseRequest withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public void setBeneficiary(String beneficiary)
License beneficiary.
beneficiary
- License beneficiary.public String getBeneficiary()
License beneficiary.
public CheckoutLicenseRequest withBeneficiary(String beneficiary)
License beneficiary.
beneficiary
- License beneficiary.public void setNodeId(String nodeId)
Node ID.
nodeId
- Node ID.public String getNodeId()
Node ID.
public CheckoutLicenseRequest withNodeId(String nodeId)
Node ID.
nodeId
- Node ID.public String toString()
toString
in class Object
Object.toString()
public CheckoutLicenseRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()