@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()
For responses, this returns true if the service returned a value for the Parameters property.
|
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.
jp - Japanese
zh - Chinese
jp - Japanese
zh - Chinese
public final boolean hasParameters()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.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 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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasParameters() method.
TARGET, the provided value will override the default value generated by
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 © 2023. All rights reserved.