@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) |
List<Filter> |
getFilters() |
Integer |
getMaxResults()
The maximum items to return in a request.
|
String |
getNextToken()
A token to specify where to start paginating.
|
String |
getOwner()
The owner defines whose components you wish to list.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters) |
void |
setMaxResults(Integer maxResults)
The maximum items to return in a request.
|
void |
setNextToken(String nextToken)
A token to specify where to start paginating.
|
void |
setOwner(String owner)
The owner defines whose components you wish to list.
|
String |
toString()
Returns a string representation of this object.
|
ListComponentsRequest |
withFilters(Collection<Filter> filters) |
ListComponentsRequest |
withFilters(Filter... filters) |
ListComponentsRequest |
withMaxResults(Integer maxResults)
The maximum items to return in a request.
|
ListComponentsRequest |
withNextToken(String nextToken)
A token to specify where to start paginating.
|
ListComponentsRequest |
withOwner(Ownership owner)
The owner defines whose components you wish to list.
|
ListComponentsRequest |
withOwner(String owner)
The owner defines whose components you wish 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 setOwner(String owner)
The owner defines whose components you wish to list. By default this request will only show components owned by your account. You may use this field to specify if you wish to view components owned by yourself, Amazon, or those components that have been shared with you by other customers.
owner
- The owner defines whose components you wish to list. By default this request will only show components
owned by your account. You may use this field to specify if you wish to view components owned by yourself,
Amazon, or those components that have been shared with you by other customers.Ownership
public String getOwner()
The owner defines whose components you wish to list. By default this request will only show components owned by your account. You may use this field to specify if you wish to view components owned by yourself, Amazon, or those components that have been shared with you by other customers.
Ownership
public ListComponentsRequest withOwner(String owner)
The owner defines whose components you wish to list. By default this request will only show components owned by your account. You may use this field to specify if you wish to view components owned by yourself, Amazon, or those components that have been shared with you by other customers.
owner
- The owner defines whose components you wish to list. By default this request will only show components
owned by your account. You may use this field to specify if you wish to view components owned by yourself,
Amazon, or those components that have been shared with you by other customers.Ownership
public ListComponentsRequest withOwner(Ownership owner)
The owner defines whose components you wish to list. By default this request will only show components owned by your account. You may use this field to specify if you wish to view components owned by yourself, Amazon, or those components that have been shared with you by other customers.
owner
- The owner defines whose components you wish to list. By default this request will only show components
owned by your account. You may use this field to specify if you wish to view components owned by yourself,
Amazon, or those components that have been shared with you by other customers.Ownership
public void setFilters(Collection<Filter> filters)
filters
- public ListComponentsRequest withFilters(Filter... filters)
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
- public ListComponentsRequest withFilters(Collection<Filter> filters)
filters
- public void setMaxResults(Integer maxResults)
The maximum items to return in a request.
maxResults
- The maximum items to return in a request.public Integer getMaxResults()
The maximum items to return in a request.
public ListComponentsRequest withMaxResults(Integer maxResults)
The maximum items to return in a request.
maxResults
- The maximum items to return in a request.public void setNextToken(String nextToken)
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
nextToken
- A token to specify where to start paginating. This is the NextToken from a previously truncated response.public String getNextToken()
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
public ListComponentsRequest withNextToken(String nextToken)
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
nextToken
- A token to specify where to start paginating. This is the NextToken from a previously truncated response.public String toString()
toString
in class Object
Object.toString()
public ListComponentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.