@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeImageBuildersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeImageBuildersResult() |
Modifier and Type | Method and Description |
---|---|
DescribeImageBuildersResult |
clone() |
boolean |
equals(Object obj) |
List<ImageBuilder> |
getImageBuilders()
Information about the image builders.
|
String |
getNextToken()
The pagination token to use to retrieve the next page of results for this operation.
|
int |
hashCode() |
void |
setImageBuilders(Collection<ImageBuilder> imageBuilders)
Information about the image builders.
|
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.
|
DescribeImageBuildersResult |
withImageBuilders(Collection<ImageBuilder> imageBuilders)
Information about the image builders.
|
DescribeImageBuildersResult |
withImageBuilders(ImageBuilder... imageBuilders)
Information about the image builders.
|
DescribeImageBuildersResult |
withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ImageBuilder> getImageBuilders()
Information about the image builders.
public void setImageBuilders(Collection<ImageBuilder> imageBuilders)
Information about the image builders.
imageBuilders
- Information about the image builders.public DescribeImageBuildersResult withImageBuilders(ImageBuilder... imageBuilders)
Information about the image builders.
NOTE: This method appends the values to the existing list (if any). Use
setImageBuilders(java.util.Collection)
or withImageBuilders(java.util.Collection)
if you want
to override the existing values.
imageBuilders
- Information about the image builders.public DescribeImageBuildersResult withImageBuilders(Collection<ImageBuilder> imageBuilders)
Information about the image builders.
imageBuilders
- Information about the image builders.public void setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If there are no more
pages, this value is null.public String getNextToken()
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
public DescribeImageBuildersResult withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If there are no more
pages, this value is null.public String toString()
toString
in class Object
Object.toString()
public DescribeImageBuildersResult clone()