@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnprocessedStandardsControlAssociationUpdate extends Object implements Serializable, Cloneable, StructuredPojo
Provides details about which control's enablement status could not be updated in a specified standard when calling the BatchUpdateStandardsControlAssociations API. This parameter also provides details about why the request was unprocessed.
Constructor and Description |
---|
UnprocessedStandardsControlAssociationUpdate() |
Modifier and Type | Method and Description |
---|---|
UnprocessedStandardsControlAssociationUpdate |
clone() |
boolean |
equals(Object obj) |
String |
getErrorCode()
The error code for the unprocessed update of the control's enablement status in the specified standard.
|
String |
getErrorReason()
The reason why a control's enablement status in the specified standard couldn't be updated.
|
StandardsControlAssociationUpdate |
getStandardsControlAssociationUpdate()
An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorCode(String errorCode)
The error code for the unprocessed update of the control's enablement status in the specified standard.
|
void |
setErrorReason(String errorReason)
The reason why a control's enablement status in the specified standard couldn't be updated.
|
void |
setStandardsControlAssociationUpdate(StandardsControlAssociationUpdate standardsControlAssociationUpdate)
An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.
|
String |
toString()
Returns a string representation of this object.
|
UnprocessedStandardsControlAssociationUpdate |
withErrorCode(String errorCode)
The error code for the unprocessed update of the control's enablement status in the specified standard.
|
UnprocessedStandardsControlAssociationUpdate |
withErrorCode(UnprocessedErrorCode errorCode)
The error code for the unprocessed update of the control's enablement status in the specified standard.
|
UnprocessedStandardsControlAssociationUpdate |
withErrorReason(String errorReason)
The reason why a control's enablement status in the specified standard couldn't be updated.
|
UnprocessedStandardsControlAssociationUpdate |
withStandardsControlAssociationUpdate(StandardsControlAssociationUpdate standardsControlAssociationUpdate)
An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.
|
public UnprocessedStandardsControlAssociationUpdate()
public void setStandardsControlAssociationUpdate(StandardsControlAssociationUpdate standardsControlAssociationUpdate)
An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.
standardsControlAssociationUpdate
- An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.public StandardsControlAssociationUpdate getStandardsControlAssociationUpdate()
An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.
public UnprocessedStandardsControlAssociationUpdate withStandardsControlAssociationUpdate(StandardsControlAssociationUpdate standardsControlAssociationUpdate)
An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.
standardsControlAssociationUpdate
- An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.public void setErrorCode(String errorCode)
The error code for the unprocessed update of the control's enablement status in the specified standard.
errorCode
- The error code for the unprocessed update of the control's enablement status in the specified standard.UnprocessedErrorCode
public String getErrorCode()
The error code for the unprocessed update of the control's enablement status in the specified standard.
UnprocessedErrorCode
public UnprocessedStandardsControlAssociationUpdate withErrorCode(String errorCode)
The error code for the unprocessed update of the control's enablement status in the specified standard.
errorCode
- The error code for the unprocessed update of the control's enablement status in the specified standard.UnprocessedErrorCode
public UnprocessedStandardsControlAssociationUpdate withErrorCode(UnprocessedErrorCode errorCode)
The error code for the unprocessed update of the control's enablement status in the specified standard.
errorCode
- The error code for the unprocessed update of the control's enablement status in the specified standard.UnprocessedErrorCode
public void setErrorReason(String errorReason)
The reason why a control's enablement status in the specified standard couldn't be updated.
errorReason
- The reason why a control's enablement status in the specified standard couldn't be updated.public String getErrorReason()
The reason why a control's enablement status in the specified standard couldn't be updated.
public UnprocessedStandardsControlAssociationUpdate withErrorReason(String errorReason)
The reason why a control's enablement status in the specified standard couldn't be updated.
errorReason
- The reason why a control's enablement status in the specified standard couldn't be updated.public String toString()
toString
in class Object
Object.toString()
public UnprocessedStandardsControlAssociationUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.