@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResourceDataSyncRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListResourceDataSyncRequest() |
Modifier and Type | Method and Description |
---|---|
ListResourceDataSyncRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of items to return for this call.
|
String |
getNextToken()
A token to start the list.
|
String |
getSyncType()
View a list of resource data syncs according to the sync type.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
void |
setNextToken(String nextToken)
A token to start the list.
|
void |
setSyncType(String syncType)
View a list of resource data syncs according to the sync type.
|
String |
toString()
Returns a string representation of this object.
|
ListResourceDataSyncRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListResourceDataSyncRequest |
withNextToken(String nextToken)
A token to start the list.
|
ListResourceDataSyncRequest |
withSyncType(String syncType)
View a list of resource data syncs according to the sync type.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setSyncType(String syncType)
View a list of resource data syncs according to the sync type. Specify SyncToDestination
to view
resource data syncs that synchronize data to an Amazon S3 buckets. Specify SyncFromSource
to view
resource data syncs from AWS Organizations or from multiple AWS Regions.
syncType
- View a list of resource data syncs according to the sync type. Specify SyncToDestination
to
view resource data syncs that synchronize data to an Amazon S3 buckets. Specify
SyncFromSource
to view resource data syncs from AWS Organizations or from multiple AWS
Regions.public String getSyncType()
View a list of resource data syncs according to the sync type. Specify SyncToDestination
to view
resource data syncs that synchronize data to an Amazon S3 buckets. Specify SyncFromSource
to view
resource data syncs from AWS Organizations or from multiple AWS Regions.
SyncToDestination
to
view resource data syncs that synchronize data to an Amazon S3 buckets. Specify
SyncFromSource
to view resource data syncs from AWS Organizations or from multiple AWS
Regions.public ListResourceDataSyncRequest withSyncType(String syncType)
View a list of resource data syncs according to the sync type. Specify SyncToDestination
to view
resource data syncs that synchronize data to an Amazon S3 buckets. Specify SyncFromSource
to view
resource data syncs from AWS Organizations or from multiple AWS Regions.
syncType
- View a list of resource data syncs according to the sync type. Specify SyncToDestination
to
view resource data syncs that synchronize data to an Amazon S3 buckets. Specify
SyncFromSource
to view resource data syncs from AWS Organizations or from multiple AWS
Regions.public void setNextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken
- A token to start the list. Use this token to get the next set of results.public String getNextToken()
A token to start the list. Use this token to get the next set of results.
public ListResourceDataSyncRequest withNextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken
- A token to start the list. Use this token to get the next set of results.public void setMaxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.public Integer getMaxResults()
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
public ListResourceDataSyncRequest withMaxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListResourceDataSyncRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2020. All rights reserved.