@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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasConstraintSummaries()
Returns true if the ConstraintSummaries property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasProvisioningArtifactOutputs()
Returns true if the ProvisioningArtifactOutputs property was specified by the sender (it may be empty), or false
if the sender did not specify the value (it will be empty).
|
boolean |
hasProvisioningArtifactParameters()
Returns true if the ProvisioningArtifactParameters property was specified by the sender (it may be empty), or
false if the sender did not specify the value (it will be empty).
|
boolean |
hasTagOptions()
Returns true if the TagOptions property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasUsageInstructions()
Returns true if the UsageInstructions property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
List<ProvisioningArtifactOutput> |
provisioningArtifactOutputs()
The output of the provisioning artifact.
|
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() |
String |
toString()
Returns a string representation of this object.
|
List<UsageInstruction> |
usageInstructions()
Any additional metadata specifically related to the provisioning of the product.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasProvisioningArtifactParameters()
public final 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.
You can use hasProvisioningArtifactParameters() to see if a value was sent in this field.
public final boolean hasConstraintSummaries()
public final 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.
You can use hasConstraintSummaries() to see if a value was sent in this field.
public final boolean hasUsageInstructions()
public final 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.
You can use hasUsageInstructions() to see if a value was sent in this field.
Version field of the CloudFormation template.public final boolean hasTagOptions()
public final 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.
You can use hasTagOptions() to see if a value was sent in this field.
public final ProvisioningArtifactPreferences provisioningArtifactPreferences()
An object that contains information about preferences, such as regions and accounts, for the provisioning artifact.
public final boolean hasProvisioningArtifactOutputs()
public final List<ProvisioningArtifactOutput> provisioningArtifactOutputs()
The output of the provisioning artifact.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasProvisioningArtifactOutputs() to see if a value was sent in this field.
public DescribeProvisioningParametersResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeProvisioningParametersResponse.Builder,DescribeProvisioningParametersResponse>toBuilder in class AwsResponsepublic static DescribeProvisioningParametersResponse.Builder builder()
public static Class<? extends DescribeProvisioningParametersResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2021. All rights reserved.