@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDescribeTypeConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
BatchDescribeTypeConfigurationsResult() |
| Modifier and Type | Method and Description |
|---|---|
BatchDescribeTypeConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
List<BatchDescribeTypeConfigurationsError> |
getErrors()
A list of information concerning any errors generated during the setting of the specified configurations.
|
List<TypeConfigurationDetails> |
getTypeConfigurations()
A list of any of the specified extension configurations from the CloudFormation registry.
|
List<TypeConfigurationIdentifier> |
getUnprocessedTypeConfigurations()
A list of any of the specified extension configurations that CloudFormation could not process for any reason.
|
int |
hashCode() |
void |
setErrors(Collection<BatchDescribeTypeConfigurationsError> errors)
A list of information concerning any errors generated during the setting of the specified configurations.
|
void |
setTypeConfigurations(Collection<TypeConfigurationDetails> typeConfigurations)
A list of any of the specified extension configurations from the CloudFormation registry.
|
void |
setUnprocessedTypeConfigurations(Collection<TypeConfigurationIdentifier> unprocessedTypeConfigurations)
A list of any of the specified extension configurations that CloudFormation could not process for any reason.
|
String |
toString()
Returns a string representation of this object.
|
BatchDescribeTypeConfigurationsResult |
withErrors(BatchDescribeTypeConfigurationsError... errors)
A list of information concerning any errors generated during the setting of the specified configurations.
|
BatchDescribeTypeConfigurationsResult |
withErrors(Collection<BatchDescribeTypeConfigurationsError> errors)
A list of information concerning any errors generated during the setting of the specified configurations.
|
BatchDescribeTypeConfigurationsResult |
withTypeConfigurations(Collection<TypeConfigurationDetails> typeConfigurations)
A list of any of the specified extension configurations from the CloudFormation registry.
|
BatchDescribeTypeConfigurationsResult |
withTypeConfigurations(TypeConfigurationDetails... typeConfigurations)
A list of any of the specified extension configurations from the CloudFormation registry.
|
BatchDescribeTypeConfigurationsResult |
withUnprocessedTypeConfigurations(Collection<TypeConfigurationIdentifier> unprocessedTypeConfigurations)
A list of any of the specified extension configurations that CloudFormation could not process for any reason.
|
BatchDescribeTypeConfigurationsResult |
withUnprocessedTypeConfigurations(TypeConfigurationIdentifier... unprocessedTypeConfigurations)
A list of any of the specified extension configurations that CloudFormation could not process for any reason.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic BatchDescribeTypeConfigurationsResult()
public List<BatchDescribeTypeConfigurationsError> getErrors()
A list of information concerning any errors generated during the setting of the specified configurations.
public void setErrors(Collection<BatchDescribeTypeConfigurationsError> errors)
A list of information concerning any errors generated during the setting of the specified configurations.
errors - A list of information concerning any errors generated during the setting of the specified configurations.public BatchDescribeTypeConfigurationsResult withErrors(BatchDescribeTypeConfigurationsError... errors)
A list of information concerning any errors generated during the setting of the specified configurations.
NOTE: This method appends the values to the existing list (if any). Use
setErrors(java.util.Collection) or withErrors(java.util.Collection) if you want to override the
existing values.
errors - A list of information concerning any errors generated during the setting of the specified configurations.public BatchDescribeTypeConfigurationsResult withErrors(Collection<BatchDescribeTypeConfigurationsError> errors)
A list of information concerning any errors generated during the setting of the specified configurations.
errors - A list of information concerning any errors generated during the setting of the specified configurations.public List<TypeConfigurationIdentifier> getUnprocessedTypeConfigurations()
A list of any of the specified extension configurations that CloudFormation could not process for any reason.
public void setUnprocessedTypeConfigurations(Collection<TypeConfigurationIdentifier> unprocessedTypeConfigurations)
A list of any of the specified extension configurations that CloudFormation could not process for any reason.
unprocessedTypeConfigurations - A list of any of the specified extension configurations that CloudFormation could not process for any
reason.public BatchDescribeTypeConfigurationsResult withUnprocessedTypeConfigurations(TypeConfigurationIdentifier... unprocessedTypeConfigurations)
A list of any of the specified extension configurations that CloudFormation could not process for any reason.
NOTE: This method appends the values to the existing list (if any). Use
setUnprocessedTypeConfigurations(java.util.Collection) or
withUnprocessedTypeConfigurations(java.util.Collection) if you want to override the existing values.
unprocessedTypeConfigurations - A list of any of the specified extension configurations that CloudFormation could not process for any
reason.public BatchDescribeTypeConfigurationsResult withUnprocessedTypeConfigurations(Collection<TypeConfigurationIdentifier> unprocessedTypeConfigurations)
A list of any of the specified extension configurations that CloudFormation could not process for any reason.
unprocessedTypeConfigurations - A list of any of the specified extension configurations that CloudFormation could not process for any
reason.public List<TypeConfigurationDetails> getTypeConfigurations()
A list of any of the specified extension configurations from the CloudFormation registry.
public void setTypeConfigurations(Collection<TypeConfigurationDetails> typeConfigurations)
A list of any of the specified extension configurations from the CloudFormation registry.
typeConfigurations - A list of any of the specified extension configurations from the CloudFormation registry.public BatchDescribeTypeConfigurationsResult withTypeConfigurations(TypeConfigurationDetails... typeConfigurations)
A list of any of the specified extension configurations from the CloudFormation registry.
NOTE: This method appends the values to the existing list (if any). Use
setTypeConfigurations(java.util.Collection) or withTypeConfigurations(java.util.Collection) if
you want to override the existing values.
typeConfigurations - A list of any of the specified extension configurations from the CloudFormation registry.public BatchDescribeTypeConfigurationsResult withTypeConfigurations(Collection<TypeConfigurationDetails> typeConfigurations)
A list of any of the specified extension configurations from the CloudFormation registry.
typeConfigurations - A list of any of the specified extension configurations from the CloudFormation registry.public String toString()
toString in class ObjectObject.toString()public BatchDescribeTypeConfigurationsResult clone()
Copyright © 2024. All rights reserved.