@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListComponentTypesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListComponentTypesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListComponentTypesRequest |
clone() |
boolean |
equals(Object obj) |
List<ListComponentTypesFilter> |
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 |
getWorkspaceId()
The ID of the workspace.
|
int |
hashCode() |
void |
setFilters(Collection<ListComponentTypesFilter> 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 |
setWorkspaceId(String workspaceId)
The ID of the workspace.
|
String |
toString()
Returns a string representation of this object.
|
ListComponentTypesRequest |
withFilters(Collection<ListComponentTypesFilter> filters)
A list of objects that filter the request.
|
ListComponentTypesRequest |
withFilters(ListComponentTypesFilter... filters)
A list of objects that filter the request.
|
ListComponentTypesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListComponentTypesRequest |
withNextToken(String nextToken)
The string that specifies the next page of results.
|
ListComponentTypesRequest |
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 void setWorkspaceId(String workspaceId)
The ID of the workspace.
workspaceId - The ID of the workspace.public String getWorkspaceId()
The ID of the workspace.
public ListComponentTypesRequest withWorkspaceId(String workspaceId)
The ID of the workspace.
workspaceId - The ID of the workspace.public List<ListComponentTypesFilter> getFilters()
A list of objects that filter the request.
public void setFilters(Collection<ListComponentTypesFilter> filters)
A list of objects that filter the request.
filters - A list of objects that filter the request.public ListComponentTypesRequest withFilters(ListComponentTypesFilter... 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 ListComponentTypesRequest withFilters(Collection<ListComponentTypesFilter> filters)
A list of objects that filter the request.
filters - A list of objects that filter the request.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 ListComponentTypesRequest withNextToken(String nextToken)
The string that specifies the next page of results.
nextToken - The string that specifies the next page of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 25.
Valid Range: Minimum value of 1. Maximum value of 250.
maxResults - The maximum number of results to return at one time. The default is 25.
Valid Range: Minimum value of 1. Maximum value of 250.
public Integer getMaxResults()
The maximum number of results to return at one time. The default is 25.
Valid Range: Minimum value of 1. Maximum value of 250.
Valid Range: Minimum value of 1. Maximum value of 250.
public ListComponentTypesRequest withMaxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 25.
Valid Range: Minimum value of 1. Maximum value of 250.
maxResults - The maximum number of results to return at one time. The default is 25.
Valid Range: Minimum value of 1. Maximum value of 250.
public String toString()
toString in class ObjectObject.toString()public ListComponentTypesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.