@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListComponentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListComponentsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListComponentsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to be returned per paginated request.
|
String |
getNextToken()
The token to be used for the next set of paginated results.
|
String |
getScope()
The scope of the components to list.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
void |
setNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
void |
setScope(String scope)
The scope of the components to list.
|
String |
toString()
Returns a string representation of this object.
|
ListComponentsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
ListComponentsRequest |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListComponentsRequest |
withScope(ComponentVisibilityScope scope)
The scope of the components to list.
|
ListComponentsRequest |
withScope(String scope)
The scope of the components to list.
|
addHandlerContext, 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 setScope(String scope)
The scope of the components to list.
Default: PRIVATE
scope - The scope of the components to list.
Default: PRIVATE
ComponentVisibilityScopepublic String getScope()
The scope of the components to list.
Default: PRIVATE
Default: PRIVATE
ComponentVisibilityScopepublic ListComponentsRequest withScope(String scope)
The scope of the components to list.
Default: PRIVATE
scope - The scope of the components to list.
Default: PRIVATE
ComponentVisibilityScopepublic ListComponentsRequest withScope(ComponentVisibilityScope scope)
The scope of the components to list.
Default: PRIVATE
scope - The scope of the components to list.
Default: PRIVATE
ComponentVisibilityScopepublic void setMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
maxResults - The maximum number of results to be returned per paginated request.public Integer getMaxResults()
The maximum number of results to be returned per paginated request.
public ListComponentsRequest withMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
maxResults - The maximum number of results to be returned per paginated request.public void setNextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.public String getNextToken()
The token to be used for the next set of paginated results.
public ListComponentsRequest withNextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.public String toString()
toString in class ObjectObject.toString()public ListComponentsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()