@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopWorkspacesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StopWorkspacesRequest() |
Modifier and Type | Method and Description |
---|---|
StopWorkspacesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<StopRequest> |
getStopWorkspaceRequests()
The WorkSpaces to stop.
|
int |
hashCode() |
void |
setStopWorkspaceRequests(Collection<StopRequest> stopWorkspaceRequests)
The WorkSpaces to stop.
|
String |
toString()
Returns a string representation of this object.
|
StopWorkspacesRequest |
withStopWorkspaceRequests(Collection<StopRequest> stopWorkspaceRequests)
The WorkSpaces to stop.
|
StopWorkspacesRequest |
withStopWorkspaceRequests(StopRequest... stopWorkspaceRequests)
The WorkSpaces to stop.
|
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 List<StopRequest> getStopWorkspaceRequests()
The WorkSpaces to stop. You can specify up to 25 WorkSpaces.
public void setStopWorkspaceRequests(Collection<StopRequest> stopWorkspaceRequests)
The WorkSpaces to stop. You can specify up to 25 WorkSpaces.
stopWorkspaceRequests
- The WorkSpaces to stop. You can specify up to 25 WorkSpaces.public StopWorkspacesRequest withStopWorkspaceRequests(StopRequest... stopWorkspaceRequests)
The WorkSpaces to stop. You can specify up to 25 WorkSpaces.
NOTE: This method appends the values to the existing list (if any). Use
setStopWorkspaceRequests(java.util.Collection)
or
withStopWorkspaceRequests(java.util.Collection)
if you want to override the existing values.
stopWorkspaceRequests
- The WorkSpaces to stop. You can specify up to 25 WorkSpaces.public StopWorkspacesRequest withStopWorkspaceRequests(Collection<StopRequest> stopWorkspaceRequests)
The WorkSpaces to stop. You can specify up to 25 WorkSpaces.
stopWorkspaceRequests
- The WorkSpaces to stop. You can specify up to 25 WorkSpaces.public String toString()
toString
in class Object
Object.toString()
public StopWorkspacesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()