@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeImageBuildersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeImageBuildersRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeImageBuildersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum size of each page of results.
|
List<String> |
getNames()
The names of the image builders to describe.
|
String |
getNextToken()
The pagination token to use to retrieve the next page of results for this operation.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum size of each page of results.
|
void |
setNames(Collection<String> names)
The names of the image builders to describe.
|
void |
setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
String |
toString()
Returns a string representation of this object.
|
DescribeImageBuildersRequest |
withMaxResults(Integer maxResults)
The maximum size of each page of results.
|
DescribeImageBuildersRequest |
withNames(Collection<String> names)
The names of the image builders to describe.
|
DescribeImageBuildersRequest |
withNames(String... names)
The names of the image builders to describe.
|
DescribeImageBuildersRequest |
withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
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 List<String> getNames()
The names of the image builders to describe.
public void setNames(Collection<String> names)
The names of the image builders to describe.
names
- The names of the image builders to describe.public DescribeImageBuildersRequest withNames(String... names)
The names of the image builders to describe.
NOTE: This method appends the values to the existing list (if any). Use
setNames(java.util.Collection)
or withNames(java.util.Collection)
if you want to override the
existing values.
names
- The names of the image builders to describe.public DescribeImageBuildersRequest withNames(Collection<String> names)
The names of the image builders to describe.
names
- The names of the image builders to describe.public void setMaxResults(Integer maxResults)
The maximum size of each page of results.
maxResults
- The maximum size of each page of results.public Integer getMaxResults()
The maximum size of each page of results.
public DescribeImageBuildersRequest withMaxResults(Integer maxResults)
The maximum size of each page of results.
maxResults
- The maximum size of each page of results.public void setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.public String getNextToken()
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
public DescribeImageBuildersRequest withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.public String toString()
toString
in class Object
Object.toString()
public DescribeImageBuildersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()