@Generated(value="software.amazon.awssdk:codegen") public class TerminateProvisionedProductRequest extends ServiceCatalogRequest implements ToCopyableBuilder<TerminateProvisionedProductRequest.Builder,TerminateProvisionedProductRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
TerminateProvisionedProductRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
acceptLanguage()
The language code.
|
static TerminateProvisionedProductRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
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() |
requestOverrideConfig
copy
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.
en
- English (default)
jp
- Japanese
zh
- Chinese
en
- English (default)
jp
- Japanese
zh
- Chinese
public TerminateProvisionedProductRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TerminateProvisionedProductRequest.Builder,TerminateProvisionedProductRequest>
toBuilder
in class ServiceCatalogRequest
public static TerminateProvisionedProductRequest.Builder builder()
public static Class<? extends TerminateProvisionedProductRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.