@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRemediationExceptionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeRemediationExceptionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRemediationExceptionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The
nextToken string returned in a previous request that you use to request the next page of results
in a paginated response. |
List<RemediationException> |
getRemediationExceptions()
Returns a list of remediation exception objects.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The
nextToken string returned in a previous request that you use to request the next page of results
in a paginated response. |
void |
setRemediationExceptions(Collection<RemediationException> remediationExceptions)
Returns a list of remediation exception objects.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRemediationExceptionsResult |
withNextToken(String nextToken)
The
nextToken string returned in a previous request that you use to request the next page of results
in a paginated response. |
DescribeRemediationExceptionsResult |
withRemediationExceptions(Collection<RemediationException> remediationExceptions)
Returns a list of remediation exception objects.
|
DescribeRemediationExceptionsResult |
withRemediationExceptions(RemediationException... remediationExceptions)
Returns a list of remediation exception objects.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<RemediationException> getRemediationExceptions()
Returns a list of remediation exception objects.
public void setRemediationExceptions(Collection<RemediationException> remediationExceptions)
Returns a list of remediation exception objects.
remediationExceptions
- Returns a list of remediation exception objects.public DescribeRemediationExceptionsResult withRemediationExceptions(RemediationException... remediationExceptions)
Returns a list of remediation exception objects.
NOTE: This method appends the values to the existing list (if any). Use
setRemediationExceptions(java.util.Collection)
or
withRemediationExceptions(java.util.Collection)
if you want to override the existing values.
remediationExceptions
- Returns a list of remediation exception objects.public DescribeRemediationExceptionsResult withRemediationExceptions(Collection<RemediationException> remediationExceptions)
Returns a list of remediation exception objects.
remediationExceptions
- Returns a list of remediation exception objects.public void setNextToken(String nextToken)
The nextToken
string returned in a previous request that you use to request the next page of results
in a paginated response.
nextToken
- The nextToken
string returned in a previous request that you use to request the next page of
results in a paginated response.public String getNextToken()
The nextToken
string returned in a previous request that you use to request the next page of results
in a paginated response.
nextToken
string returned in a previous request that you use to request the next page of
results in a paginated response.public DescribeRemediationExceptionsResult withNextToken(String nextToken)
The nextToken
string returned in a previous request that you use to request the next page of results
in a paginated response.
nextToken
- The nextToken
string returned in a previous request that you use to request the next page of
results in a paginated response.public String toString()
toString
in class Object
Object.toString()
public DescribeRemediationExceptionsResult clone()