@Generated(value="software.amazon.awssdk:codegen") public final class DescribeProvisioningParametersRequest extends ServiceCatalogRequest implements ToCopyableBuilder<DescribeProvisioningParametersRequest.Builder,DescribeProvisioningParametersRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeProvisioningParametersRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
acceptLanguage()
The language code.
|
static DescribeProvisioningParametersRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
pathId()
The path identifier of the product.
|
String |
pathName()
The name of the path.
|
String |
productId()
The product identifier.
|
String |
productName()
The name of the product.
|
String |
provisioningArtifactId()
The identifier of the provisioning artifact.
|
String |
provisioningArtifactName()
The name of the provisioning artifact.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeProvisioningParametersRequest.Builder> |
serializableBuilderClass() |
DescribeProvisioningParametersRequest.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. You must provide the product name or ID, but not both.
public final String productName()
The name of the product. You must provide the name or ID, but not both.
public final String provisioningArtifactId()
The identifier of the provisioning artifact. You must provide the name or ID, but not both.
public final String provisioningArtifactName()
The name of the provisioning artifact. You must provide the name or ID, but not both.
public final String pathId()
The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths. You must provide the name or ID, but not both.
public final String pathName()
The name of the path. You must provide the name or ID, but not both.
public DescribeProvisioningParametersRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeProvisioningParametersRequest.Builder,DescribeProvisioningParametersRequest>toBuilder in class ServiceCatalogRequestpublic static DescribeProvisioningParametersRequest.Builder builder()
public static Class<? extends DescribeProvisioningParametersRequest.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.