@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TerminateProvisionedProductRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
TerminateProvisionedProductRequest() |
Modifier and Type | Method and Description |
---|---|
TerminateProvisionedProductRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAcceptLanguage()
The language code.
|
Boolean |
getIgnoreErrors()
If set to true, AWS Service Catalog stops managing the specified provisioned product even if it cannot delete the
underlying resources.
|
String |
getProvisionedProductId()
The identifier of the provisioned product.
|
String |
getProvisionedProductName()
The name of the provisioned product.
|
String |
getTerminateToken()
An idempotency token that uniquely identifies the termination request.
|
int |
hashCode() |
Boolean |
isIgnoreErrors()
If set to true, AWS Service Catalog stops managing the specified provisioned product even if it cannot delete the
underlying resources.
|
void |
setAcceptLanguage(String acceptLanguage)
The language code.
|
void |
setIgnoreErrors(Boolean ignoreErrors)
If set to true, AWS Service Catalog stops managing the specified provisioned product even if it cannot delete the
underlying resources.
|
void |
setProvisionedProductId(String provisionedProductId)
The identifier of the provisioned product.
|
void |
setProvisionedProductName(String provisionedProductName)
The name of the provisioned product.
|
void |
setTerminateToken(String terminateToken)
An idempotency token that uniquely identifies the termination request.
|
String |
toString()
Returns a string representation of this object.
|
TerminateProvisionedProductRequest |
withAcceptLanguage(String acceptLanguage)
The language code.
|
TerminateProvisionedProductRequest |
withIgnoreErrors(Boolean ignoreErrors)
If set to true, AWS Service Catalog stops managing the specified provisioned product even if it cannot delete the
underlying resources.
|
TerminateProvisionedProductRequest |
withProvisionedProductId(String provisionedProductId)
The identifier of the provisioned product.
|
TerminateProvisionedProductRequest |
withProvisionedProductName(String provisionedProductName)
The name of the provisioned product.
|
TerminateProvisionedProductRequest |
withTerminateToken(String terminateToken)
An idempotency token that uniquely identifies the termination request.
|
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 setProvisionedProductName(String provisionedProductName)
The name of the provisioned product. You cannot specify both ProvisionedProductName
and
ProvisionedProductId
.
provisionedProductName
- The name of the provisioned product. You cannot specify both ProvisionedProductName
and
ProvisionedProductId
.public String getProvisionedProductName()
The name of the provisioned product. You cannot specify both ProvisionedProductName
and
ProvisionedProductId
.
ProvisionedProductName
and
ProvisionedProductId
.public TerminateProvisionedProductRequest withProvisionedProductName(String provisionedProductName)
The name of the provisioned product. You cannot specify both ProvisionedProductName
and
ProvisionedProductId
.
provisionedProductName
- The name of the provisioned product. You cannot specify both ProvisionedProductName
and
ProvisionedProductId
.public void setProvisionedProductId(String provisionedProductId)
The identifier of the provisioned product. You cannot specify both ProvisionedProductName
and
ProvisionedProductId
.
provisionedProductId
- The identifier of the provisioned product. You cannot specify both ProvisionedProductName
and
ProvisionedProductId
.public String getProvisionedProductId()
The identifier of the provisioned product. You cannot specify both ProvisionedProductName
and
ProvisionedProductId
.
ProvisionedProductName
and ProvisionedProductId
.public TerminateProvisionedProductRequest withProvisionedProductId(String provisionedProductId)
The identifier of the provisioned product. You cannot specify both ProvisionedProductName
and
ProvisionedProductId
.
provisionedProductId
- The identifier of the provisioned product. You cannot specify both ProvisionedProductName
and
ProvisionedProductId
.public void setTerminateToken(String terminateToken)
An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the provisioned product is terminated, subsequent requests to terminate the same provisioned product always return ResourceNotFound.
terminateToken
- An idempotency token that uniquely identifies the termination request. This token is only valid during the
termination process. After the provisioned product is terminated, subsequent requests to terminate the
same provisioned product always return ResourceNotFound.public String getTerminateToken()
An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the provisioned product is terminated, subsequent requests to terminate the same provisioned product always return ResourceNotFound.
public TerminateProvisionedProductRequest withTerminateToken(String terminateToken)
An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the provisioned product is terminated, subsequent requests to terminate the same provisioned product always return ResourceNotFound.
terminateToken
- An idempotency token that uniquely identifies the termination request. This token is only valid during the
termination process. After the provisioned product is terminated, subsequent requests to terminate the
same provisioned product always return ResourceNotFound.public void setIgnoreErrors(Boolean ignoreErrors)
If set to true, AWS Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.
ignoreErrors
- If set to true, AWS Service Catalog stops managing the specified provisioned product even if it cannot
delete the underlying resources.public Boolean getIgnoreErrors()
If set to true, AWS Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.
public TerminateProvisionedProductRequest withIgnoreErrors(Boolean ignoreErrors)
If set to true, AWS Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.
ignoreErrors
- If set to true, AWS Service Catalog stops managing the specified provisioned product even if it cannot
delete the underlying resources.public Boolean isIgnoreErrors()
If set to true, AWS Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.
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 TerminateProvisionedProductRequest 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 Object
Object.toString()
public TerminateProvisionedProductRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.