@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSyncResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListSyncResourcesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListSyncResourcesRequest |
clone() |
boolean |
equals(Object obj) |
List<SyncResourceFilter> |
getFilters()
A list of objects that filter the request.
|
Integer |
getMaxResults()
The maximum number of results to return at one time.
|
String |
getNextToken()
The string that specifies the next page of results.
|
String |
getSyncSource()
The sync soucre.
|
String |
getWorkspaceId()
The ID of the workspace that contains the sync job.
|
int |
hashCode() |
void |
setFilters(Collection<SyncResourceFilter> filters)
A list of objects that filter the request.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
void |
setNextToken(String nextToken)
The string that specifies the next page of results.
|
void |
setSyncSource(String syncSource)
The sync soucre.
|
void |
setWorkspaceId(String workspaceId)
The ID of the workspace that contains the sync job.
|
String |
toString()
Returns a string representation of this object.
|
ListSyncResourcesRequest |
withFilters(Collection<SyncResourceFilter> filters)
A list of objects that filter the request.
|
ListSyncResourcesRequest |
withFilters(SyncResourceFilter... filters)
A list of objects that filter the request.
|
ListSyncResourcesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListSyncResourcesRequest |
withNextToken(String nextToken)
The string that specifies the next page of results.
|
ListSyncResourcesRequest |
withSyncSource(String syncSource)
The sync soucre.
|
ListSyncResourcesRequest |
withWorkspaceId(String workspaceId)
The ID of the workspace that contains the sync job.
|
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, withSdkRequestTimeoutpublic void setWorkspaceId(String workspaceId)
The ID of the workspace that contains the sync job.
workspaceId - The ID of the workspace that contains the sync job.public String getWorkspaceId()
The ID of the workspace that contains the sync job.
public ListSyncResourcesRequest withWorkspaceId(String workspaceId)
The ID of the workspace that contains the sync job.
workspaceId - The ID of the workspace that contains the sync job.public void setSyncSource(String syncSource)
The sync soucre.
Currently the only supported syncSoucre is SITEWISE .
syncSource - The sync soucre.
Currently the only supported syncSoucre is SITEWISE .
public String getSyncSource()
The sync soucre.
Currently the only supported syncSoucre is SITEWISE .
Currently the only supported syncSoucre is SITEWISE .
public ListSyncResourcesRequest withSyncSource(String syncSource)
The sync soucre.
Currently the only supported syncSoucre is SITEWISE .
syncSource - The sync soucre.
Currently the only supported syncSoucre is SITEWISE .
public List<SyncResourceFilter> getFilters()
A list of objects that filter the request.
public void setFilters(Collection<SyncResourceFilter> filters)
A list of objects that filter the request.
filters - A list of objects that filter the request.public ListSyncResourcesRequest withFilters(SyncResourceFilter... filters)
A list of objects that filter the request.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection) or withFilters(java.util.Collection) if you want to override
the existing values.
filters - A list of objects that filter the request.public ListSyncResourcesRequest withFilters(Collection<SyncResourceFilter> filters)
A list of objects that filter the request.
filters - A list of objects that filter the request.public void setMaxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 50.
Valid Range: Minimum value of 0. Maximum value of 200.
maxResults - The maximum number of results to return at one time. The default is 50.
Valid Range: Minimum value of 0. Maximum value of 200.
public Integer getMaxResults()
The maximum number of results to return at one time. The default is 50.
Valid Range: Minimum value of 0. Maximum value of 200.
Valid Range: Minimum value of 0. Maximum value of 200.
public ListSyncResourcesRequest withMaxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 50.
Valid Range: Minimum value of 0. Maximum value of 200.
maxResults - The maximum number of results to return at one time. The default is 50.
Valid Range: Minimum value of 0. Maximum value of 200.
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 ListSyncResourcesRequest 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 ListSyncResourcesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.