@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWorkspaceImagesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeWorkspaceImagesRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkspaceImagesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getImageIds()
The identifier of the image.
|
Integer |
getMaxResults()
The maximum number of items to return.
|
String |
getNextToken()
If you received a
NextToken from a previous call that was paginated, provide this token to receive
the next set of results. |
int |
hashCode() |
void |
setImageIds(Collection<String> imageIds)
The identifier of the image.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to return.
|
void |
setNextToken(String nextToken)
If you received a
NextToken from a previous call that was paginated, provide this token to receive
the next set of results. |
String |
toString()
Returns a string representation of this object.
|
DescribeWorkspaceImagesRequest |
withImageIds(Collection<String> imageIds)
The identifier of the image.
|
DescribeWorkspaceImagesRequest |
withImageIds(String... imageIds)
The identifier of the image.
|
DescribeWorkspaceImagesRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return.
|
DescribeWorkspaceImagesRequest |
withNextToken(String nextToken)
If you received a
NextToken from a previous call that was paginated, provide this token to receive
the next set of results. |
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, withSdkRequestTimeoutpublic List<String> getImageIds()
The identifier of the image.
public void setImageIds(Collection<String> imageIds)
The identifier of the image.
imageIds - The identifier of the image.public DescribeWorkspaceImagesRequest withImageIds(String... imageIds)
The identifier of the image.
NOTE: This method appends the values to the existing list (if any). Use
setImageIds(java.util.Collection) or withImageIds(java.util.Collection) if you want to override
the existing values.
imageIds - The identifier of the image.public DescribeWorkspaceImagesRequest withImageIds(Collection<String> imageIds)
The identifier of the image.
imageIds - The identifier of the image.public void setNextToken(String nextToken)
If you received a NextToken from a previous call that was paginated, provide this token to receive
the next set of results.
nextToken - If you received a NextToken from a previous call that was paginated, provide this token to
receive the next set of results.public String getNextToken()
If you received a NextToken from a previous call that was paginated, provide this token to receive
the next set of results.
NextToken from a previous call that was paginated, provide this token to
receive the next set of results.public DescribeWorkspaceImagesRequest withNextToken(String nextToken)
If you received a NextToken from a previous call that was paginated, provide this token to receive
the next set of results.
nextToken - If you received a NextToken from a previous call that was paginated, provide this token to
receive the next set of results.public void setMaxResults(Integer maxResults)
The maximum number of items to return.
maxResults - The maximum number of items to return.public Integer getMaxResults()
The maximum number of items to return.
public DescribeWorkspaceImagesRequest withMaxResults(Integer maxResults)
The maximum number of items to return.
maxResults - The maximum number of items to return.public String toString()
toString in class ObjectObject.toString()public DescribeWorkspaceImagesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.