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 request.
|
boolean |
equals(Object obj) |
String |
getAcceptLanguage()
The language code to use for this operation.
|
Boolean |
getIgnoreErrors()
If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot
delete the underlying resources.
|
String |
getProvisionedProductId()
The identifier of the ProvisionedProduct object to terminate.
|
String |
getProvisionedProductName()
The name of the ProvisionedProduct object to terminate.
|
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 ProvisionedProduct object even if it cannot
delete the underlying resources.
|
void |
setAcceptLanguage(String acceptLanguage)
The language code to use for this operation.
|
void |
setIgnoreErrors(Boolean ignoreErrors)
If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot
delete the underlying resources.
|
void |
setProvisionedProductId(String provisionedProductId)
The identifier of the ProvisionedProduct object to terminate.
|
void |
setProvisionedProductName(String provisionedProductName)
The name of the ProvisionedProduct object to terminate.
|
void |
setTerminateToken(String terminateToken)
An idempotency token that uniquely identifies the termination request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TerminateProvisionedProductRequest |
withAcceptLanguage(String acceptLanguage)
The language code to use for this operation.
|
TerminateProvisionedProductRequest |
withIgnoreErrors(Boolean ignoreErrors)
If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot
delete the underlying resources.
|
TerminateProvisionedProductRequest |
withProvisionedProductId(String provisionedProductId)
The identifier of the ProvisionedProduct object to terminate.
|
TerminateProvisionedProductRequest |
withProvisionedProductName(String provisionedProductName)
The name of the ProvisionedProduct object to terminate.
|
TerminateProvisionedProductRequest |
withTerminateToken(String terminateToken)
An idempotency token that uniquely identifies the termination request.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setProvisionedProductName(String provisionedProductName)
The name of the ProvisionedProduct object to terminate. You must specify either
ProvisionedProductName
or ProvisionedProductId
, but not both.
provisionedProductName
- The name of the ProvisionedProduct object to terminate. You must specify either
ProvisionedProductName
or ProvisionedProductId
, but not both.public String getProvisionedProductName()
The name of the ProvisionedProduct object to terminate. You must specify either
ProvisionedProductName
or ProvisionedProductId
, but not both.
ProvisionedProductName
or ProvisionedProductId
, but not both.public TerminateProvisionedProductRequest withProvisionedProductName(String provisionedProductName)
The name of the ProvisionedProduct object to terminate. You must specify either
ProvisionedProductName
or ProvisionedProductId
, but not both.
provisionedProductName
- The name of the ProvisionedProduct object to terminate. You must specify either
ProvisionedProductName
or ProvisionedProductId
, but not both.public void setProvisionedProductId(String provisionedProductId)
The identifier of the ProvisionedProduct object to terminate. You must specify either
ProvisionedProductName
or ProvisionedProductId
, but not both.
provisionedProductId
- The identifier of the ProvisionedProduct object to terminate. You must specify either
ProvisionedProductName
or ProvisionedProductId
, but not both.public String getProvisionedProductId()
The identifier of the ProvisionedProduct object to terminate. You must specify either
ProvisionedProductName
or ProvisionedProductId
, but not both.
ProvisionedProductName
or ProvisionedProductId
, but not both.public TerminateProvisionedProductRequest withProvisionedProductId(String provisionedProductId)
The identifier of the ProvisionedProduct object to terminate. You must specify either
ProvisionedProductName
or ProvisionedProductId
, but not both.
provisionedProductId
- The identifier of the ProvisionedProduct object to terminate. You must specify either
ProvisionedProductName
or ProvisionedProductId
, but not both.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 ProvisionedProduct object is terminated, further requests to terminate the same
ProvisionedProduct object always return ResourceNotFound regardless of the value of
TerminateToken
.
terminateToken
- An idempotency token that uniquely identifies the termination request. This token is only valid during the
termination process. After the ProvisionedProduct object is terminated, further requests to terminate the
same ProvisionedProduct object always return ResourceNotFound regardless of the value of
TerminateToken
.public String getTerminateToken()
An idempotency token that uniquely identifies the termination request. This token is only valid during the
termination process. After the ProvisionedProduct object is terminated, further requests to terminate the same
ProvisionedProduct object always return ResourceNotFound regardless of the value of
TerminateToken
.
TerminateToken
.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 ProvisionedProduct object is terminated, further requests to terminate the same
ProvisionedProduct object always return ResourceNotFound regardless of the value of
TerminateToken
.
terminateToken
- An idempotency token that uniquely identifies the termination request. This token is only valid during the
termination process. After the ProvisionedProduct object is terminated, further requests to terminate the
same ProvisionedProduct object always return ResourceNotFound regardless of the value of
TerminateToken
.public void setIgnoreErrors(Boolean ignoreErrors)
If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.
ignoreErrors
- If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it
cannot delete the underlying resources.public Boolean getIgnoreErrors()
If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.
public TerminateProvisionedProductRequest withIgnoreErrors(Boolean ignoreErrors)
If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.
ignoreErrors
- If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it
cannot delete the underlying resources.public Boolean isIgnoreErrors()
If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.
public void setAcceptLanguage(String acceptLanguage)
The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
acceptLanguage
- The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
public String getAcceptLanguage()
The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
public TerminateProvisionedProductRequest withAcceptLanguage(String acceptLanguage)
The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
acceptLanguage
- The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
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.