@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSyncJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListSyncJobsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListSyncJobsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The string that specifies the next page of results.
|
List<SyncJobSummary> |
getSyncJobSummaries()
The listed SyncJob summaries.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The string that specifies the next page of results.
|
void |
setSyncJobSummaries(Collection<SyncJobSummary> syncJobSummaries)
The listed SyncJob summaries.
|
String |
toString()
Returns a string representation of this object.
|
ListSyncJobsResult |
withNextToken(String nextToken)
The string that specifies the next page of results.
|
ListSyncJobsResult |
withSyncJobSummaries(Collection<SyncJobSummary> syncJobSummaries)
The listed SyncJob summaries.
|
ListSyncJobsResult |
withSyncJobSummaries(SyncJobSummary... syncJobSummaries)
The listed SyncJob summaries.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<SyncJobSummary> getSyncJobSummaries()
The listed SyncJob summaries.
public void setSyncJobSummaries(Collection<SyncJobSummary> syncJobSummaries)
The listed SyncJob summaries.
syncJobSummaries - The listed SyncJob summaries.public ListSyncJobsResult withSyncJobSummaries(SyncJobSummary... syncJobSummaries)
The listed SyncJob summaries.
NOTE: This method appends the values to the existing list (if any). Use
setSyncJobSummaries(java.util.Collection) or withSyncJobSummaries(java.util.Collection) if you
want to override the existing values.
syncJobSummaries - The listed SyncJob summaries.public ListSyncJobsResult withSyncJobSummaries(Collection<SyncJobSummary> syncJobSummaries)
The listed SyncJob summaries.
syncJobSummaries - The listed SyncJob summaries.public void setNextToken(String nextToken)
The string that specifies the next page of results.
nextToken - The string that specifies the next page of results.public String getNextToken()
The string that specifies the next page of results.
public ListSyncJobsResult withNextToken(String nextToken)
The string that specifies the next page of results.
nextToken - The string that specifies the next page of results.public String toString()
toString in class ObjectObject.toString()public ListSyncJobsResult clone()