@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListImageBuildVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListImageBuildVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListImageBuildVersionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<Filter> |
getFilters()
Use the following filters to streamline results:
|
String |
getImageVersionArn()
The Amazon Resource Name (ARN) of the image whose build versions you want to retrieve.
|
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)
Use the following filters to streamline results:
|
void |
setImageVersionArn(String imageVersionArn)
The Amazon Resource Name (ARN) of the image whose build versions you want to retrieve.
|
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.
|
ListImageBuildVersionsRequest |
withFilters(Collection<Filter> filters)
Use the following filters to streamline results:
|
ListImageBuildVersionsRequest |
withFilters(Filter... filters)
Use the following filters to streamline results:
|
ListImageBuildVersionsRequest |
withImageVersionArn(String imageVersionArn)
The Amazon Resource Name (ARN) of the image whose build versions you want to retrieve.
|
ListImageBuildVersionsRequest |
withMaxResults(Integer maxResults)
The maximum items to return in a request.
|
ListImageBuildVersionsRequest |
withNextToken(String nextToken)
A token to specify where to start paginating.
|
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 setImageVersionArn(String imageVersionArn)
The Amazon Resource Name (ARN) of the image whose build versions you want to retrieve.
imageVersionArn
- The Amazon Resource Name (ARN) of the image whose build versions you want to retrieve.public String getImageVersionArn()
The Amazon Resource Name (ARN) of the image whose build versions you want to retrieve.
public ListImageBuildVersionsRequest withImageVersionArn(String imageVersionArn)
The Amazon Resource Name (ARN) of the image whose build versions you want to retrieve.
imageVersionArn
- The Amazon Resource Name (ARN) of the image whose build versions you want to retrieve.public List<Filter> getFilters()
Use the following filters to streamline results:
name
osVersion
platform
type
version
name
osVersion
platform
type
version
public void setFilters(Collection<Filter> filters)
Use the following filters to streamline results:
name
osVersion
platform
type
version
filters
- Use the following filters to streamline results:
name
osVersion
platform
type
version
public ListImageBuildVersionsRequest withFilters(Filter... filters)
Use the following filters to streamline results:
name
osVersion
platform
type
version
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
- Use the following filters to streamline results:
name
osVersion
platform
type
version
public ListImageBuildVersionsRequest withFilters(Collection<Filter> filters)
Use the following filters to streamline results:
name
osVersion
platform
type
version
filters
- Use the following filters to streamline results:
name
osVersion
platform
type
version
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 ListImageBuildVersionsRequest 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 ListImageBuildVersionsRequest 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 ListImageBuildVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()