@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListScheduledAuditsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListScheduledAuditsResult() |
Modifier and Type | Method and Description |
---|---|
ListScheduledAuditsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
List<ScheduledAuditMetadata> |
getScheduledAudits()
The list of scheduled audits.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
void |
setScheduledAudits(Collection<ScheduledAuditMetadata> scheduledAudits)
The list of scheduled audits.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListScheduledAuditsResult |
withNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
ListScheduledAuditsResult |
withScheduledAudits(Collection<ScheduledAuditMetadata> scheduledAudits)
The list of scheduled audits.
|
ListScheduledAuditsResult |
withScheduledAudits(ScheduledAuditMetadata... scheduledAudits)
The list of scheduled audits.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ScheduledAuditMetadata> getScheduledAudits()
The list of scheduled audits.
public void setScheduledAudits(Collection<ScheduledAuditMetadata> scheduledAudits)
The list of scheduled audits.
scheduledAudits
- The list of scheduled audits.public ListScheduledAuditsResult withScheduledAudits(ScheduledAuditMetadata... scheduledAudits)
The list of scheduled audits.
NOTE: This method appends the values to the existing list (if any). Use
setScheduledAudits(java.util.Collection)
or withScheduledAudits(java.util.Collection)
if you
want to override the existing values.
scheduledAudits
- The list of scheduled audits.public ListScheduledAuditsResult withScheduledAudits(Collection<ScheduledAuditMetadata> scheduledAudits)
The list of scheduled audits.
scheduledAudits
- The list of scheduled audits.public void setNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or null
if there are no additional
results.
nextToken
- A token that can be used to retrieve the next set of results, or null
if there are no
additional results.public String getNextToken()
A token that can be used to retrieve the next set of results, or null
if there are no additional
results.
null
if there are no
additional results.public ListScheduledAuditsResult withNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or null
if there are no additional
results.
nextToken
- A token that can be used to retrieve the next set of results, or null
if there are no
additional results.public String toString()
toString
in class Object
Object.toString()
public ListScheduledAuditsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.