Class DescribeProvisioningParametersRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogRequest
-
- software.amazon.awssdk.services.servicecatalog.model.DescribeProvisioningParametersRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeProvisioningParametersRequest.Builder,DescribeProvisioningParametersRequest>
@Generated("software.amazon.awssdk:codegen") public final class DescribeProvisioningParametersRequest extends ServiceCatalogRequest implements ToCopyableBuilder<DescribeProvisioningParametersRequest.Builder,DescribeProvisioningParametersRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeProvisioningParametersRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringacceptLanguage()The language code.static DescribeProvisioningParametersRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpathId()The path identifier of the product.StringpathName()The name of the path.StringproductId()The product identifier.StringproductName()The name of the product.StringprovisioningArtifactId()The identifier of the provisioning artifact.StringprovisioningArtifactName()The name of the provisioning artifact.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DescribeProvisioningParametersRequest.Builder>serializableBuilderClass()DescribeProvisioningParametersRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
acceptLanguage
public final String acceptLanguage()
The language code.
-
jp- Japanese -
zh- Chinese
- Returns:
- The language code.
-
jp- Japanese -
zh- Chinese
-
-
-
productId
public final String productId()
The product identifier. You must provide the product name or ID, but not both.
- Returns:
- The product identifier. You must provide the product name or ID, but not both.
-
productName
public final String productName()
The name of the product. You must provide the name or ID, but not both.
- Returns:
- The name of the product. You must provide the name or ID, but not both.
-
provisioningArtifactId
public final String provisioningArtifactId()
The identifier of the provisioning artifact. You must provide the name or ID, but not both.
- Returns:
- The identifier of the provisioning artifact. You must provide the name or ID, but not both.
-
provisioningArtifactName
public final String provisioningArtifactName()
The name of the provisioning artifact. You must provide the name or ID, but not both.
- Returns:
- The name of the provisioning artifact. You must provide the name or ID, but not both.
-
pathId
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.
- Returns:
- 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.
-
pathName
public final String pathName()
The name of the path. You must provide the name or ID, but not both.
- Returns:
- The name of the path. You must provide the name or ID, but not both.
-
toBuilder
public DescribeProvisioningParametersRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeProvisioningParametersRequest.Builder,DescribeProvisioningParametersRequest>- Specified by:
toBuilderin classServiceCatalogRequest
-
builder
public static DescribeProvisioningParametersRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeProvisioningParametersRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-