@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWorkspaceImagePermissionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeWorkspaceImagePermissionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeWorkspaceImagePermissionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getImageId()
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 |
setImageId(String imageId)
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.
|
DescribeWorkspaceImagePermissionsRequest |
withImageId(String imageId)
The identifier of the image.
|
DescribeWorkspaceImagePermissionsRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return.
|
DescribeWorkspaceImagePermissionsRequest |
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, withSdkRequestTimeout
public DescribeWorkspaceImagePermissionsRequest()
public void setImageId(String imageId)
The identifier of the image.
imageId
- The identifier of the image.public String getImageId()
The identifier of the image.
public DescribeWorkspaceImagePermissionsRequest withImageId(String imageId)
The identifier of the image.
imageId
- 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 DescribeWorkspaceImagePermissionsRequest 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 DescribeWorkspaceImagePermissionsRequest withMaxResults(Integer maxResults)
The maximum number of items to return.
maxResults
- The maximum number of items to return.public String toString()
toString
in class Object
Object.toString()
public DescribeWorkspaceImagePermissionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()