@Generated(value="software.amazon.awssdk:codegen") public final class ExecuteProvisionedProductServiceActionRequest extends ServiceCatalogRequest implements ToCopyableBuilder<ExecuteProvisionedProductServiceActionRequest.Builder,ExecuteProvisionedProductServiceActionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecuteProvisionedProductServiceActionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
acceptLanguage()
The language code.
|
static ExecuteProvisionedProductServiceActionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executeToken()
An idempotency token that uniquely identifies the execute request.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasParameters()
Returns true if the Parameters property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
Map<String,List<String>> |
parameters()
A map of all self-service action parameters and their values.
|
String |
provisionedProductId()
The identifier of the provisioned product.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExecuteProvisionedProductServiceActionRequest.Builder> |
serializableBuilderClass() |
String |
serviceActionId()
The self-service action identifier.
|
ExecuteProvisionedProductServiceActionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String provisionedProductId()
The identifier of the provisioned product.
public final String serviceActionId()
The self-service action identifier. For example, act-fs7abcd89wxyz.
act-fs7abcd89wxyz.public final String executeToken()
An idempotency token that uniquely identifies the execute request.
public final String acceptLanguage()
The language code.
en - English (default)
jp - Japanese
zh - Chinese
en - English (default)
jp - Japanese
zh - Chinese
public final boolean hasParameters()
public final Map<String,List<String>> parameters()
A map of all self-service action parameters and their values. If a provided parameter is of a special type, such
as TARGET, the provided value will override the default value generated by AWS Service Catalog. If
the parameters field is not provided, no additional parameters are passed and default values will be used for any
special parameters such as TARGET.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasParameters() to see if a value was sent in this field.
TARGET, the provided value will override the default value generated by AWS
Service Catalog. If the parameters field is not provided, no additional parameters are passed and default
values will be used for any special parameters such as TARGET.public ExecuteProvisionedProductServiceActionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExecuteProvisionedProductServiceActionRequest.Builder,ExecuteProvisionedProductServiceActionRequest>toBuilder in class ServiceCatalogRequestpublic static ExecuteProvisionedProductServiceActionRequest.Builder builder()
public static Class<? extends ExecuteProvisionedProductServiceActionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.