@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() |
boolean |
equals(Object obj) |
List<Filter> |
getFilters()
The filters.
|
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 which components you want to list.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
The 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 which components you want to list.
|
String |
toString()
Returns a string representation of this object.
|
ListComponentsRequest |
withFilters(Collection<Filter> filters)
The filters.
|
ListComponentsRequest |
withFilters(Filter... filters)
The 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 which components you want to list.
|
ListComponentsRequest |
withOwner(String owner)
The owner defines which components you want to list.
|
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 setOwner(String owner)
The owner defines which components you want to list. By default, this request will only show components owned by your account. You can use this field to specify if you want to view components owned by yourself, by Amazon, or those components that have been shared with you by other customers.
owner - The owner defines which components you want to list. By default, this request will only show components
owned by your account. You can use this field to specify if you want to view components owned by yourself,
by Amazon, or those components that have been shared with you by other customers.Ownershippublic String getOwner()
The owner defines which components you want to list. By default, this request will only show components owned by your account. You can use this field to specify if you want to view components owned by yourself, by Amazon, or those components that have been shared with you by other customers.
Ownershippublic ListComponentsRequest withOwner(String owner)
The owner defines which components you want to list. By default, this request will only show components owned by your account. You can use this field to specify if you want to view components owned by yourself, by Amazon, or those components that have been shared with you by other customers.
owner - The owner defines which components you want to list. By default, this request will only show components
owned by your account. You can use this field to specify if you want to view components owned by yourself,
by Amazon, or those components that have been shared with you by other customers.Ownershippublic ListComponentsRequest withOwner(Ownership owner)
The owner defines which components you want to list. By default, this request will only show components owned by your account. You can use this field to specify if you want to view components owned by yourself, by Amazon, or those components that have been shared with you by other customers.
owner - The owner defines which components you want to list. By default, this request will only show components
owned by your account. You can use this field to specify if you want to view components owned by yourself,
by Amazon, or those components that have been shared with you by other customers.Ownershippublic void setFilters(Collection<Filter> filters)
The filters.
filters - The filters.public ListComponentsRequest withFilters(Filter... filters)
The 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 - The filters.public ListComponentsRequest withFilters(Collection<Filter> filters)
The filters.
filters - The 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 ObjectObject.toString()public ListComponentsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.