@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEntitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListEntitiesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListEntitiesRequest |
clone() |
boolean |
equals(Object obj) |
List<ListEntitiesFilter> |
getFilters()
A list of objects that filter the request.
|
Integer |
getMaxResults()
The maximum number of results to display.
|
String |
getNextToken()
The string that specifies the next page of results.
|
String |
getWorkspaceId()
The ID of the workspace.
|
int |
hashCode() |
void |
setFilters(Collection<ListEntitiesFilter> filters)
A list of objects that filter the request.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to display.
|
void |
setNextToken(String nextToken)
The string that specifies the next page of results.
|
void |
setWorkspaceId(String workspaceId)
The ID of the workspace.
|
String |
toString()
Returns a string representation of this object.
|
ListEntitiesRequest |
withFilters(Collection<ListEntitiesFilter> filters)
A list of objects that filter the request.
|
ListEntitiesRequest |
withFilters(ListEntitiesFilter... filters)
A list of objects that filter the request.
|
ListEntitiesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to display.
|
ListEntitiesRequest |
withNextToken(String nextToken)
The string that specifies the next page of results.
|
ListEntitiesRequest |
withWorkspaceId(String workspaceId)
The ID of the workspace.
|
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 List<ListEntitiesFilter> getFilters()
A list of objects that filter the request.
Only one object is accepted as a valid input.
Only one object is accepted as a valid input.
public void setFilters(Collection<ListEntitiesFilter> filters)
A list of objects that filter the request.
Only one object is accepted as a valid input.
filters - A list of objects that filter the request. Only one object is accepted as a valid input.
public ListEntitiesRequest withFilters(ListEntitiesFilter... filters)
A list of objects that filter the request.
Only one object is accepted as a valid input.
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. Only one object is accepted as a valid input.
public ListEntitiesRequest withFilters(Collection<ListEntitiesFilter> filters)
A list of objects that filter the request.
Only one object is accepted as a valid input.
filters - A list of objects that filter the request. Only one object is accepted as a valid input.
public void setMaxResults(Integer maxResults)
The maximum number of results to display.
maxResults - The maximum number of results to display.public Integer getMaxResults()
The maximum number of results to display.
public ListEntitiesRequest withMaxResults(Integer maxResults)
The maximum number of results to display.
maxResults - The maximum number of results to display.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 ListEntitiesRequest withNextToken(String nextToken)
The string that specifies the next page of results.
nextToken - The string that specifies the next page of results.public void setWorkspaceId(String workspaceId)
The ID of the workspace.
workspaceId - The ID of the workspace.public String getWorkspaceId()
The ID of the workspace.
public ListEntitiesRequest withWorkspaceId(String workspaceId)
The ID of the workspace.
workspaceId - The ID of the workspace.public String toString()
toString in class ObjectObject.toString()public ListEntitiesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.