@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, withSdkRequestTimeout
public void setScope(String scope)
The scope of the components to list.
Default: PRIVATE
scope
- The scope of the components to list.
Default: PRIVATE
ComponentVisibilityScope
public String getScope()
The scope of the components to list.
Default: PRIVATE
Default: PRIVATE
ComponentVisibilityScope
public ListComponentsRequest withScope(String scope)
The scope of the components to list.
Default: PRIVATE
scope
- The scope of the components to list.
Default: PRIVATE
ComponentVisibilityScope
public ListComponentsRequest withScope(ComponentVisibilityScope scope)
The scope of the components to list.
Default: PRIVATE
scope
- The scope of the components to list.
Default: PRIVATE
ComponentVisibilityScope
public 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 Object
Object.toString()
public ListComponentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()