@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 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.
|
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.
|
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.
|
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 ProvisionedProduct object to terminate. Specify either ProvisionedProductName
or
ProvisionedProductId
, but not both.
provisionedProductName
- The name of the ProvisionedProduct object to terminate. Specify either ProvisionedProductName
or ProvisionedProductId
, but not both.public String getProvisionedProductName()
The name of the ProvisionedProduct object to terminate. 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. Specify either ProvisionedProductName
or
ProvisionedProductId
, but not both.
provisionedProductName
- The name of the ProvisionedProduct object to terminate. Specify either ProvisionedProductName
or ProvisionedProductId
, but not both.public void setProvisionedProductId(String provisionedProductId)
The identifier of the ProvisionedProduct object to terminate. Specify either ProvisionedProductName
or ProvisionedProductId
, but not both.
provisionedProductId
- The identifier of the ProvisionedProduct object to terminate. Specify either
ProvisionedProductName
or ProvisionedProductId
, but not both.public String getProvisionedProductId()
The identifier of the ProvisionedProduct object to terminate. 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. Specify either ProvisionedProductName
or ProvisionedProductId
, but not both.
provisionedProductId
- The identifier of the ProvisionedProduct object to terminate. 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.
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.