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()
Optional language code.
|
Boolean |
getIgnoreErrors()
Optional Boolean parameter.
|
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()
Optional Boolean parameter.
|
void |
setAcceptLanguage(String acceptLanguage)
Optional language code.
|
void |
setIgnoreErrors(Boolean ignoreErrors)
Optional Boolean parameter.
|
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)
Optional language code.
|
TerminateProvisionedProductRequest |
withIgnoreErrors(Boolean ignoreErrors)
Optional Boolean parameter.
|
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)
Optional Boolean parameter. If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.
ignoreErrors
- Optional Boolean parameter. If set to true, AWS Service Catalog
stops managing the specified ProvisionedProduct object even if it
cannot delete the underlying resources.public Boolean getIgnoreErrors()
Optional Boolean parameter. 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)
Optional Boolean parameter. If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.
ignoreErrors
- Optional Boolean parameter. If set to true, AWS Service Catalog
stops managing the specified ProvisionedProduct object even if it
cannot delete the underlying resources.public Boolean isIgnoreErrors()
Optional Boolean parameter. 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)
Optional language code. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
acceptLanguage
- Optional language code. 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()
Optional language code. 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)
Optional language code. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
acceptLanguage
- Optional language code. 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.