@Generated(value="software.amazon.awssdk:codegen") public final 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 provisioned product even if it cannot delete the
underlying resources.
|
String |
provisionedProductId()
The identifier of the provisioned product.
|
String |
provisionedProductName()
The name of the provisioned product.
|
List<SdkField<?>> |
sdkFields() |
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() |
overrideConfiguration
copy
public String provisionedProductName()
The name of the provisioned product. You cannot specify both ProvisionedProductName
and
ProvisionedProductId
.
ProvisionedProductName
and
ProvisionedProductId
.public String provisionedProductId()
The identifier of the provisioned product. You cannot specify both ProvisionedProductName
and
ProvisionedProductId
.
ProvisionedProductName
and ProvisionedProductId
.public String terminateToken()
An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the provisioned product is terminated, subsequent requests to terminate the same provisioned product always return ResourceNotFound.
public Boolean ignoreErrors()
If set to true, AWS Service Catalog stops managing the specified provisioned product 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.