Cloneable
, ReadLimitInfo
, ToCopyableBuilder<TerminateProvisionedProductRequest.Builder,TerminateProvisionedProductRequest>
@Generated("software.amazon.awssdk:codegen") public class TerminateProvisionedProductRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<TerminateProvisionedProductRequest.Builder,TerminateProvisionedProductRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
TerminateProvisionedProductRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
acceptLanguage() |
The language code to use for this operation.
|
static TerminateProvisionedProductRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
ignoreErrors() |
If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot
delete the underlying resources.
|
String |
provisionedProductId() |
The identifier of the ProvisionedProduct object to terminate.
|
String |
provisionedProductName() |
The name of the ProvisionedProduct object to terminate.
|
static Class<? extends TerminateProvisionedProductRequest.Builder> |
serializableBuilderClass() |
|
String |
terminateToken() |
An idempotency token that uniquely identifies the termination request.
|
TerminateProvisionedProductRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String provisionedProductName()
The name of the ProvisionedProduct object to terminate. Specify either ProvisionedProductName
or
ProvisionedProductId
, but not both.
ProvisionedProductName
or ProvisionedProductId
, but not both.public String provisionedProductId()
The identifier of the ProvisionedProduct object to terminate. Specify either ProvisionedProductName
or ProvisionedProductId
, but not both.
ProvisionedProductName
or ProvisionedProductId
, but not both.public 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
.public Boolean ignoreErrors()
If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.
public 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.
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
public TerminateProvisionedProductRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TerminateProvisionedProductRequest.Builder,TerminateProvisionedProductRequest>
public static TerminateProvisionedProductRequest.Builder builder()
public static Class<? extends TerminateProvisionedProductRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.