@Generated(value="software.amazon.awssdk:codegen") public final class BatchDescribeTypeConfigurationsResponse extends CloudFormationResponse implements ToCopyableBuilder<BatchDescribeTypeConfigurationsResponse.Builder,BatchDescribeTypeConfigurationsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchDescribeTypeConfigurationsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchDescribeTypeConfigurationsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<BatchDescribeTypeConfigurationsError> |
errors()
A list of information concerning any errors generated during the setting of the specified configurations.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasErrors()
Returns true if the Errors 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 |
hasTypeConfigurations()
Returns true if the TypeConfigurations 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 |
hasUnprocessedTypeConfigurations()
Returns true if the UnprocessedTypeConfigurations 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<SdkField<?>> |
sdkFields() |
static Class<? extends BatchDescribeTypeConfigurationsResponse.Builder> |
serializableBuilderClass() |
BatchDescribeTypeConfigurationsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<TypeConfigurationDetails> |
typeConfigurations()
A list of any of the specified extension configurations from the CloudFormation registry.
|
List<TypeConfigurationIdentifier> |
unprocessedTypeConfigurations()
A list of any of the specified extension configurations that CloudFormation could not process for any reason.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasErrors()
public final List<BatchDescribeTypeConfigurationsError> errors()
A list of information concerning any errors generated during the setting of the specified configurations.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasErrors() to see if a value was sent in this field.
public final boolean hasUnprocessedTypeConfigurations()
public final List<TypeConfigurationIdentifier> unprocessedTypeConfigurations()
A list of any of the specified extension configurations that CloudFormation could not process for any reason.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasUnprocessedTypeConfigurations() to see if a value was sent in this field.
public final boolean hasTypeConfigurations()
public final List<TypeConfigurationDetails> typeConfigurations()
A list of any of the specified extension configurations from the CloudFormation registry.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTypeConfigurations() to see if a value was sent in this field.
public BatchDescribeTypeConfigurationsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchDescribeTypeConfigurationsResponse.Builder,BatchDescribeTypeConfigurationsResponse>toBuilder in class AwsResponsepublic static BatchDescribeTypeConfigurationsResponse.Builder builder()
public static Class<? extends BatchDescribeTypeConfigurationsResponse.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.