@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListImagePipelineImagesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListImagePipelineImagesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListImagePipelineImagesRequest |
clone() |
boolean |
equals(Object obj) |
List<Filter> |
getFilters()
The filters.
|
String |
getImagePipelineArn()
The Amazon Resource Name (ARN) of the image pipeline whose images you want to view.
|
Integer |
getMaxResults()
The maximum items to return in a request.
|
String |
getNextToken()
A token to specify where to start paginating.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
The filters.
|
void |
setImagePipelineArn(String imagePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline whose images you want to view.
|
void |
setMaxResults(Integer maxResults)
The maximum items to return in a request.
|
void |
setNextToken(String nextToken)
A token to specify where to start paginating.
|
String |
toString()
Returns a string representation of this object.
|
ListImagePipelineImagesRequest |
withFilters(Collection<Filter> filters)
The filters.
|
ListImagePipelineImagesRequest |
withFilters(Filter... filters)
The filters.
|
ListImagePipelineImagesRequest |
withImagePipelineArn(String imagePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline whose images you want to view.
|
ListImagePipelineImagesRequest |
withMaxResults(Integer maxResults)
The maximum items to return in a request.
|
ListImagePipelineImagesRequest |
withNextToken(String nextToken)
A token to specify where to start paginating.
|
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 setImagePipelineArn(String imagePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline whose images you want to view.
imagePipelineArn - The Amazon Resource Name (ARN) of the image pipeline whose images you want to view.public String getImagePipelineArn()
The Amazon Resource Name (ARN) of the image pipeline whose images you want to view.
public ListImagePipelineImagesRequest withImagePipelineArn(String imagePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline whose images you want to view.
imagePipelineArn - The Amazon Resource Name (ARN) of the image pipeline whose images you want to view.public void setFilters(Collection<Filter> filters)
The filters.
filters - The filters.public ListImagePipelineImagesRequest 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 ListImagePipelineImagesRequest 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 ListImagePipelineImagesRequest 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 ListImagePipelineImagesRequest 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 ListImagePipelineImagesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.