@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FailedDeleteRemediationExceptionsBatch extends Object implements Serializable, Cloneable, StructuredPojo
List of each of the failed delete remediation exceptions with specific reasons.
Constructor and Description |
---|
FailedDeleteRemediationExceptionsBatch() |
Modifier and Type | Method and Description |
---|---|
FailedDeleteRemediationExceptionsBatch |
clone() |
boolean |
equals(Object obj) |
List<RemediationExceptionResourceKey> |
getFailedItems()
Returns remediation exception resource key object of the failed items.
|
String |
getFailureMessage()
Returns a failure message for delete remediation exception.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFailedItems(Collection<RemediationExceptionResourceKey> failedItems)
Returns remediation exception resource key object of the failed items.
|
void |
setFailureMessage(String failureMessage)
Returns a failure message for delete remediation exception.
|
String |
toString()
Returns a string representation of this object.
|
FailedDeleteRemediationExceptionsBatch |
withFailedItems(Collection<RemediationExceptionResourceKey> failedItems)
Returns remediation exception resource key object of the failed items.
|
FailedDeleteRemediationExceptionsBatch |
withFailedItems(RemediationExceptionResourceKey... failedItems)
Returns remediation exception resource key object of the failed items.
|
FailedDeleteRemediationExceptionsBatch |
withFailureMessage(String failureMessage)
Returns a failure message for delete remediation exception.
|
public FailedDeleteRemediationExceptionsBatch()
public void setFailureMessage(String failureMessage)
Returns a failure message for delete remediation exception. For example, Config creates an exception due to an internal error.
failureMessage
- Returns a failure message for delete remediation exception. For example, Config creates an exception due
to an internal error.public String getFailureMessage()
Returns a failure message for delete remediation exception. For example, Config creates an exception due to an internal error.
public FailedDeleteRemediationExceptionsBatch withFailureMessage(String failureMessage)
Returns a failure message for delete remediation exception. For example, Config creates an exception due to an internal error.
failureMessage
- Returns a failure message for delete remediation exception. For example, Config creates an exception due
to an internal error.public List<RemediationExceptionResourceKey> getFailedItems()
Returns remediation exception resource key object of the failed items.
public void setFailedItems(Collection<RemediationExceptionResourceKey> failedItems)
Returns remediation exception resource key object of the failed items.
failedItems
- Returns remediation exception resource key object of the failed items.public FailedDeleteRemediationExceptionsBatch withFailedItems(RemediationExceptionResourceKey... failedItems)
Returns remediation exception resource key object of the failed items.
NOTE: This method appends the values to the existing list (if any). Use
setFailedItems(java.util.Collection)
or withFailedItems(java.util.Collection)
if you want to
override the existing values.
failedItems
- Returns remediation exception resource key object of the failed items.public FailedDeleteRemediationExceptionsBatch withFailedItems(Collection<RemediationExceptionResourceKey> failedItems)
Returns remediation exception resource key object of the failed items.
failedItems
- Returns remediation exception resource key object of the failed items.public String toString()
toString
in class Object
Object.toString()
public FailedDeleteRemediationExceptionsBatch clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.