@Generated(value="software.amazon.awssdk:codegen") public final class ImportAsProvisionedProductRequest extends ServiceCatalogRequest implements ToCopyableBuilder<ImportAsProvisionedProductRequest.Builder,ImportAsProvisionedProductRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportAsProvisionedProductRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
acceptLanguage()
The language code.
|
static ImportAsProvisionedProductRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
idempotencyToken()
A unique identifier that you provide to ensure idempotency.
|
String |
physicalId()
The unique identifier of the resource to be imported.
|
String |
productId()
The product identifier.
|
String |
provisionedProductName()
The user-friendly name of the provisioned product.
|
String |
provisioningArtifactId()
The identifier of the provisioning artifact.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportAsProvisionedProductRequest.Builder> |
serializableBuilderClass() |
ImportAsProvisionedProductRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String acceptLanguage()
The language code.
jp - Japanese
zh - Chinese
jp - Japanese
zh - Chinese
public final String productId()
The product identifier.
public final String provisioningArtifactId()
The identifier of the provisioning artifact.
public final String provisionedProductName()
The user-friendly name of the provisioned product. The value must be unique for the Amazon Web Services account. The name cannot be updated after the product is provisioned.
public final String physicalId()
The unique identifier of the resource to be imported. It only currently supports CloudFormation stack IDs.
public final String idempotencyToken()
A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.
public ImportAsProvisionedProductRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImportAsProvisionedProductRequest.Builder,ImportAsProvisionedProductRequest>toBuilder in class ServiceCatalogRequestpublic static ImportAsProvisionedProductRequest.Builder builder()
public static Class<? extends ImportAsProvisionedProductRequest.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.