@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()
The next token of the request.
|
List<String> |
getWorkspaceIds()
An array of strings that contain the identifiers of the WorkSpaces.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The next token of the request.
|
void |
setWorkspaceIds(Collection<String> workspaceIds)
An array of strings that contain the identifiers of the WorkSpaces.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeWorkspacesConnectionStatusRequest |
withNextToken(String nextToken)
The next token of the request.
|
DescribeWorkspacesConnectionStatusRequest |
withWorkspaceIds(Collection<String> workspaceIds)
An array of strings that contain the identifiers of the WorkSpaces.
|
DescribeWorkspacesConnectionStatusRequest |
withWorkspaceIds(String... workspaceIds)
An array of strings that contain 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, withSdkRequestTimeout
public DescribeWorkspacesConnectionStatusRequest()
public List<String> getWorkspaceIds()
An array of strings that contain the identifiers of the WorkSpaces.
public void setWorkspaceIds(Collection<String> workspaceIds)
An array of strings that contain the identifiers of the WorkSpaces.
workspaceIds
- An array of strings that contain the identifiers of the WorkSpaces.public DescribeWorkspacesConnectionStatusRequest withWorkspaceIds(String... workspaceIds)
An array of strings that contain the identifiers of the 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
- An array of strings that contain the identifiers of the WorkSpaces.public DescribeWorkspacesConnectionStatusRequest withWorkspaceIds(Collection<String> workspaceIds)
An array of strings that contain the identifiers of the WorkSpaces.
workspaceIds
- An array of strings that contain the identifiers of the WorkSpaces.public void setNextToken(String nextToken)
The next token of the request.
nextToken
- The next token of the request.public String getNextToken()
The next token of the request.
public DescribeWorkspacesConnectionStatusRequest withNextToken(String nextToken)
The next token of the request.
nextToken
- The next token of the request.public String toString()
toString
in class Object
Object.toString()
public DescribeWorkspacesConnectionStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.