@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWorkspacesConnectionStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeWorkspacesConnectionStatusRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeWorkspacesConnectionStatusRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getNextToken()
 If you received a  NextTokenfrom a previous call that was paginated, provide this token to receive
 the next set of results. | 
| List<String> | getWorkspaceIds()
 The identifiers of the WorkSpaces. | 
| int | hashCode() | 
| void | setNextToken(String nextToken)
 If you received a  NextTokenfrom a previous call that was paginated, provide this token to receive
 the next set of results. | 
| void | setWorkspaceIds(Collection<String> workspaceIds)
 The identifiers of the WorkSpaces. | 
| String | toString()Returns a string representation of this object. | 
| DescribeWorkspacesConnectionStatusRequest | withNextToken(String nextToken)
 If you received a  NextTokenfrom a previous call that was paginated, provide this token to receive
 the next set of results. | 
| DescribeWorkspacesConnectionStatusRequest | withWorkspaceIds(Collection<String> workspaceIds)
 The identifiers of the WorkSpaces. | 
| DescribeWorkspacesConnectionStatusRequest | withWorkspaceIds(String... workspaceIds)
 The identifiers of the WorkSpaces. | 
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 DescribeWorkspacesConnectionStatusRequest()
public List<String> getWorkspaceIds()
The identifiers of the WorkSpaces. You can specify up to 25 WorkSpaces.
public void setWorkspaceIds(Collection<String> workspaceIds)
The identifiers of the WorkSpaces. You can specify up to 25 WorkSpaces.
workspaceIds - The identifiers of the WorkSpaces. You can specify up to 25 WorkSpaces.public DescribeWorkspacesConnectionStatusRequest withWorkspaceIds(String... workspaceIds)
The identifiers of the WorkSpaces. You can specify up to 25 WorkSpaces.
 NOTE: This method appends the values to the existing list (if any). Use
 setWorkspaceIds(java.util.Collection) or withWorkspaceIds(java.util.Collection) if you want to
 override the existing values.
 
workspaceIds - The identifiers of the WorkSpaces. You can specify up to 25 WorkSpaces.public DescribeWorkspacesConnectionStatusRequest withWorkspaceIds(Collection<String> workspaceIds)
The identifiers of the WorkSpaces. You can specify up to 25 WorkSpaces.
workspaceIds - The identifiers of the WorkSpaces. You can specify up to 25 WorkSpaces.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 DescribeWorkspacesConnectionStatusRequest 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 String toString()
toString in class ObjectObject.toString()public DescribeWorkspacesConnectionStatusRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()