@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnprocessedConfigurationPolicyAssociation extends Object implements Serializable, Cloneable, StructuredPojo
An array of configuration policy associations, one for each configuration policy association identifier, that was
specified in a BatchGetConfigurationPolicyAssociations request but couldn’t be processed due to an
error.
| Constructor and Description |
|---|
UnprocessedConfigurationPolicyAssociation() |
| Modifier and Type | Method and Description |
|---|---|
UnprocessedConfigurationPolicyAssociation |
clone() |
boolean |
equals(Object obj) |
ConfigurationPolicyAssociation |
getConfigurationPolicyAssociationIdentifiers()
Configuration policy association identifiers that were specified in a
BatchGetConfigurationPolicyAssociations request but couldn’t be processed due to an error. |
String |
getErrorCode()
An HTTP status code that identifies why the configuration policy association failed.
|
String |
getErrorReason()
A string that identifies why the configuration policy association failed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setConfigurationPolicyAssociationIdentifiers(ConfigurationPolicyAssociation configurationPolicyAssociationIdentifiers)
Configuration policy association identifiers that were specified in a
BatchGetConfigurationPolicyAssociations request but couldn’t be processed due to an error. |
void |
setErrorCode(String errorCode)
An HTTP status code that identifies why the configuration policy association failed.
|
void |
setErrorReason(String errorReason)
A string that identifies why the configuration policy association failed.
|
String |
toString()
Returns a string representation of this object.
|
UnprocessedConfigurationPolicyAssociation |
withConfigurationPolicyAssociationIdentifiers(ConfigurationPolicyAssociation configurationPolicyAssociationIdentifiers)
Configuration policy association identifiers that were specified in a
BatchGetConfigurationPolicyAssociations request but couldn’t be processed due to an error. |
UnprocessedConfigurationPolicyAssociation |
withErrorCode(String errorCode)
An HTTP status code that identifies why the configuration policy association failed.
|
UnprocessedConfigurationPolicyAssociation |
withErrorReason(String errorReason)
A string that identifies why the configuration policy association failed.
|
public UnprocessedConfigurationPolicyAssociation()
public void setConfigurationPolicyAssociationIdentifiers(ConfigurationPolicyAssociation configurationPolicyAssociationIdentifiers)
Configuration policy association identifiers that were specified in a
BatchGetConfigurationPolicyAssociations request but couldn’t be processed due to an error.
configurationPolicyAssociationIdentifiers - Configuration policy association identifiers that were specified in a
BatchGetConfigurationPolicyAssociations request but couldn’t be processed due to an error.public ConfigurationPolicyAssociation getConfigurationPolicyAssociationIdentifiers()
Configuration policy association identifiers that were specified in a
BatchGetConfigurationPolicyAssociations request but couldn’t be processed due to an error.
BatchGetConfigurationPolicyAssociations request but couldn’t be processed due to an error.public UnprocessedConfigurationPolicyAssociation withConfigurationPolicyAssociationIdentifiers(ConfigurationPolicyAssociation configurationPolicyAssociationIdentifiers)
Configuration policy association identifiers that were specified in a
BatchGetConfigurationPolicyAssociations request but couldn’t be processed due to an error.
configurationPolicyAssociationIdentifiers - Configuration policy association identifiers that were specified in a
BatchGetConfigurationPolicyAssociations request but couldn’t be processed due to an error.public void setErrorCode(String errorCode)
An HTTP status code that identifies why the configuration policy association failed.
errorCode - An HTTP status code that identifies why the configuration policy association failed.public String getErrorCode()
An HTTP status code that identifies why the configuration policy association failed.
public UnprocessedConfigurationPolicyAssociation withErrorCode(String errorCode)
An HTTP status code that identifies why the configuration policy association failed.
errorCode - An HTTP status code that identifies why the configuration policy association failed.public void setErrorReason(String errorReason)
A string that identifies why the configuration policy association failed.
errorReason - A string that identifies why the configuration policy association failed.public String getErrorReason()
A string that identifies why the configuration policy association failed.
public UnprocessedConfigurationPolicyAssociation withErrorReason(String errorReason)
A string that identifies why the configuration policy association failed.
errorReason - A string that identifies why the configuration policy association failed.public String toString()
toString in class ObjectObject.toString()public UnprocessedConfigurationPolicyAssociation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.