@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateServiceActionWithProvisioningArtifactRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateServiceActionWithProvisioningArtifactRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateServiceActionWithProvisioningArtifactRequest |
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 |
getIdempotencyToken()
A unique identifier that you provide to ensure idempotency.
|
String |
getProductId()
The product identifier.
|
String |
getProvisioningArtifactId()
The identifier of the provisioning artifact.
|
String |
getServiceActionId()
The self-service action identifier.
|
int |
hashCode() |
void |
setAcceptLanguage(String acceptLanguage)
The language code.
|
void |
setIdempotencyToken(String idempotencyToken)
A unique identifier that you provide to ensure idempotency.
|
void |
setProductId(String productId)
The product identifier.
|
void |
setProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
|
void |
setServiceActionId(String serviceActionId)
The self-service action identifier.
|
String |
toString()
Returns a string representation of this object.
|
AssociateServiceActionWithProvisioningArtifactRequest |
withAcceptLanguage(String acceptLanguage)
The language code.
|
AssociateServiceActionWithProvisioningArtifactRequest |
withIdempotencyToken(String idempotencyToken)
A unique identifier that you provide to ensure idempotency.
|
AssociateServiceActionWithProvisioningArtifactRequest |
withProductId(String productId)
The product identifier.
|
AssociateServiceActionWithProvisioningArtifactRequest |
withProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
|
AssociateServiceActionWithProvisioningArtifactRequest |
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, withSdkRequestTimeout
public AssociateServiceActionWithProvisioningArtifactRequest()
public void setProductId(String productId)
The product identifier. For example, prod-abcdzk7xy33qa
.
productId
- The product identifier. For example, prod-abcdzk7xy33qa
.public String getProductId()
The product identifier. For example, prod-abcdzk7xy33qa
.
prod-abcdzk7xy33qa
.public AssociateServiceActionWithProvisioningArtifactRequest withProductId(String productId)
The product identifier. For example, prod-abcdzk7xy33qa
.
productId
- The product identifier. For example, prod-abcdzk7xy33qa
.public void setProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne
.
provisioningArtifactId
- The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne
.public String getProvisioningArtifactId()
The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne
.
pa-4abcdjnxjj6ne
.public AssociateServiceActionWithProvisioningArtifactRequest withProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne
.
provisioningArtifactId
- The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne
.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 AssociateServiceActionWithProvisioningArtifactRequest withServiceActionId(String serviceActionId)
The self-service action identifier. For example, act-fs7abcd89wxyz
.
serviceActionId
- The self-service action identifier. For example, act-fs7abcd89wxyz
.public void setAcceptLanguage(String acceptLanguage)
The language code.
jp
- Japanese
zh
- Chinese
acceptLanguage
- The language code.
jp
- Japanese
zh
- Chinese
public String getAcceptLanguage()
The language code.
jp
- Japanese
zh
- Chinese
jp
- Japanese
zh
- Chinese
public AssociateServiceActionWithProvisioningArtifactRequest withAcceptLanguage(String acceptLanguage)
The language code.
jp
- Japanese
zh
- Chinese
acceptLanguage
- The language code.
jp
- Japanese
zh
- Chinese
public void setIdempotencyToken(String idempotencyToken)
A unique identifier that you provide to ensure idempotency. If multiple requests from the same Amazon Web Services account use the same idempotency token, the same response is returned for each repeated request.
idempotencyToken
- A unique identifier that you provide to ensure idempotency. If multiple requests from the same Amazon Web
Services account use the same idempotency token, the same response is returned for each repeated request.public String getIdempotencyToken()
A unique identifier that you provide to ensure idempotency. If multiple requests from the same Amazon Web Services account use the same idempotency token, the same response is returned for each repeated request.
public AssociateServiceActionWithProvisioningArtifactRequest withIdempotencyToken(String idempotencyToken)
A unique identifier that you provide to ensure idempotency. If multiple requests from the same Amazon Web Services account use the same idempotency token, the same response is returned for each repeated request.
idempotencyToken
- A unique identifier that you provide to ensure idempotency. If multiple requests from the same Amazon Web
Services account use the same idempotency token, the same response is returned for each repeated request.public String toString()
toString
in class Object
Object.toString()
public AssociateServiceActionWithProvisioningArtifactRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()