@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecuteProvisionedProductServiceActionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ExecuteProvisionedProductServiceActionRequest() |
| Modifier and Type | Method and Description |
|---|---|
ExecuteProvisionedProductServiceActionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAcceptLanguage()
The language code.
|
String |
getExecuteToken()
An idempotency token that uniquely identifies the execute request.
|
String |
getProvisionedProductId()
The identifier of the provisioned product.
|
String |
getServiceActionId()
The self-service action identifier.
|
int |
hashCode() |
void |
setAcceptLanguage(String acceptLanguage)
The language code.
|
void |
setExecuteToken(String executeToken)
An idempotency token that uniquely identifies the execute request.
|
void |
setProvisionedProductId(String provisionedProductId)
The identifier of the provisioned product.
|
void |
setServiceActionId(String serviceActionId)
The self-service action identifier.
|
String |
toString()
Returns a string representation of this object.
|
ExecuteProvisionedProductServiceActionRequest |
withAcceptLanguage(String acceptLanguage)
The language code.
|
ExecuteProvisionedProductServiceActionRequest |
withExecuteToken(String executeToken)
An idempotency token that uniquely identifies the execute request.
|
ExecuteProvisionedProductServiceActionRequest |
withProvisionedProductId(String provisionedProductId)
The identifier of the provisioned product.
|
ExecuteProvisionedProductServiceActionRequest |
withServiceActionId(String serviceActionId)
The self-service action identifier.
|
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, withSdkRequestTimeoutpublic ExecuteProvisionedProductServiceActionRequest()
public void setProvisionedProductId(String provisionedProductId)
The identifier of the provisioned product.
provisionedProductId - The identifier of the provisioned product.public String getProvisionedProductId()
The identifier of the provisioned product.
public ExecuteProvisionedProductServiceActionRequest withProvisionedProductId(String provisionedProductId)
The identifier of the provisioned product.
provisionedProductId - The identifier of the provisioned product.public void setServiceActionId(String serviceActionId)
The self-service action identifier. For example, act-fs7abcd89wxyz.
serviceActionId - The self-service action identifier. For example, act-fs7abcd89wxyz.public String getServiceActionId()
The self-service action identifier. For example, act-fs7abcd89wxyz.
act-fs7abcd89wxyz.public ExecuteProvisionedProductServiceActionRequest withServiceActionId(String serviceActionId)
The self-service action identifier. For example, act-fs7abcd89wxyz.
serviceActionId - The self-service action identifier. For example, act-fs7abcd89wxyz.public void setExecuteToken(String executeToken)
An idempotency token that uniquely identifies the execute request.
executeToken - An idempotency token that uniquely identifies the execute request.public String getExecuteToken()
An idempotency token that uniquely identifies the execute request.
public ExecuteProvisionedProductServiceActionRequest withExecuteToken(String executeToken)
An idempotency token that uniquely identifies the execute request.
executeToken - An idempotency token that uniquely identifies the execute request.public void setAcceptLanguage(String acceptLanguage)
The language code.
en - English (default)
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
en - English (default)
jp - Japanese
zh - Chinese
public String getAcceptLanguage()
The language code.
en - English (default)
jp - Japanese
zh - Chinese
en - English (default)
jp - Japanese
zh - Chinese
public ExecuteProvisionedProductServiceActionRequest withAcceptLanguage(String acceptLanguage)
The language code.
en - English (default)
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
en - English (default)
jp - Japanese
zh - Chinese
public String toString()
toString in class ObjectObject.toString()public ExecuteProvisionedProductServiceActionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.