@Generated(value="software.amazon.awssdk:codegen") public final class DescribeProvisioningParametersResponse extends ServiceCatalogResponse implements ToCopyableBuilder<DescribeProvisioningParametersResponse.Builder,DescribeProvisioningParametersResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
DescribeProvisioningParametersResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static DescribeProvisioningParametersResponse.Builder |
builder() |
List<ConstraintSummary> |
constraintSummaries()
Information about the constraints used to provision the product.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkResponse . |
int |
hashCode() |
List<ProvisioningArtifactParameter> |
provisioningArtifactParameters()
Information about the parameters used to provision the product.
|
ProvisioningArtifactPreferences |
provisioningArtifactPreferences()
An object that contains information about preferences, such as regions and accounts, for the provisioning
artifact.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeProvisioningParametersResponse.Builder> |
serializableBuilderClass() |
List<TagOptionSummary> |
tagOptions()
Information about the TagOptions associated with the resource.
|
DescribeProvisioningParametersResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
List<UsageInstruction> |
usageInstructions()
Any additional metadata specifically related to the provisioning of the product.
|
responseMetadata
sdkHttpResponse
copy
public List<ProvisioningArtifactParameter> provisioningArtifactParameters()
Information about the parameters used to provision the product.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<ConstraintSummary> constraintSummaries()
Information about the constraints used to provision the product.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<UsageInstruction> usageInstructions()
Any additional metadata specifically related to the provisioning of the product. For example, see the
Version
field of the CloudFormation template.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
Version
field of the CloudFormation template.public List<TagOptionSummary> tagOptions()
Information about the TagOptions associated with the resource.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ProvisioningArtifactPreferences provisioningArtifactPreferences()
An object that contains information about preferences, such as regions and accounts, for the provisioning artifact.
public DescribeProvisioningParametersResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeProvisioningParametersResponse.Builder,DescribeProvisioningParametersResponse>
toBuilder
in class AwsResponse
public static DescribeProvisioningParametersResponse.Builder builder()
public static Class<? extends DescribeProvisioningParametersResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkResponse
SdkResponse
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkResponse.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkResponse
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.