@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWorkspaceImagesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeWorkspaceImagesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeWorkspaceImagesResult |
clone() |
boolean |
equals(Object obj) |
List<WorkspaceImage> |
getImages()
Information about the images.
|
String |
getNextToken()
The token to use to retrieve the next set of results, or null if no more results are available.
|
int |
hashCode() |
void |
setImages(Collection<WorkspaceImage> images)
Information about the images.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are available.
|
String |
toString()
Returns a string representation of this object.
|
DescribeWorkspaceImagesResult |
withImages(Collection<WorkspaceImage> images)
Information about the images.
|
DescribeWorkspaceImagesResult |
withImages(WorkspaceImage... images)
Information about the images.
|
DescribeWorkspaceImagesResult |
withNextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<WorkspaceImage> getImages()
Information about the images.
public void setImages(Collection<WorkspaceImage> images)
Information about the images.
images
- Information about the images.public DescribeWorkspaceImagesResult withImages(WorkspaceImage... images)
Information about the images.
NOTE: This method appends the values to the existing list (if any). Use
setImages(java.util.Collection)
or withImages(java.util.Collection)
if you want to override the
existing values.
images
- Information about the images.public DescribeWorkspaceImagesResult withImages(Collection<WorkspaceImage> images)
Information about the images.
images
- Information about the images.public void setNextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are available.
nextToken
- The token to use to retrieve the next set of results, or null if no more results are available.public String getNextToken()
The token to use to retrieve the next set of results, or null if no more results are available.
public DescribeWorkspaceImagesResult withNextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are available.
nextToken
- The token to use to retrieve the next set of results, or null if no more results are available.public String toString()
toString
in class Object
Object.toString()
public DescribeWorkspaceImagesResult clone()