@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResourceDataSyncResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListResourceDataSyncResult() |
Modifier and Type | Method and Description |
---|---|
ListResourceDataSyncResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token for the next set of items to return.
|
List<ResourceDataSyncItem> |
getResourceDataSyncItems()
A list of your current resource data sync configurations and their statuses.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
void |
setResourceDataSyncItems(Collection<ResourceDataSyncItem> resourceDataSyncItems)
A list of your current resource data sync configurations and their statuses.
|
String |
toString()
Returns a string representation of this object.
|
ListResourceDataSyncResult |
withNextToken(String nextToken)
The token for the next set of items to return.
|
ListResourceDataSyncResult |
withResourceDataSyncItems(Collection<ResourceDataSyncItem> resourceDataSyncItems)
A list of your current resource data sync configurations and their statuses.
|
ListResourceDataSyncResult |
withResourceDataSyncItems(ResourceDataSyncItem... resourceDataSyncItems)
A list of your current resource data sync configurations and their statuses.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ResourceDataSyncItem> getResourceDataSyncItems()
A list of your current resource data sync configurations and their statuses.
public void setResourceDataSyncItems(Collection<ResourceDataSyncItem> resourceDataSyncItems)
A list of your current resource data sync configurations and their statuses.
resourceDataSyncItems
- A list of your current resource data sync configurations and their statuses.public ListResourceDataSyncResult withResourceDataSyncItems(ResourceDataSyncItem... resourceDataSyncItems)
A list of your current resource data sync configurations and their statuses.
NOTE: This method appends the values to the existing list (if any). Use
setResourceDataSyncItems(java.util.Collection)
or
withResourceDataSyncItems(java.util.Collection)
if you want to override the existing values.
resourceDataSyncItems
- A list of your current resource data sync configurations and their statuses.public ListResourceDataSyncResult withResourceDataSyncItems(Collection<ResourceDataSyncItem> resourceDataSyncItems)
A list of your current resource data sync configurations and their statuses.
resourceDataSyncItems
- A list of your current resource data sync configurations and their statuses.public void setNextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken
- The token for the next set of items to return. Use this token to get the next set of results.public String getNextToken()
The token for the next set of items to return. Use this token to get the next set of results.
public ListResourceDataSyncResult withNextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken
- The token for the next set of items to return. Use this token to get the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListResourceDataSyncResult clone()