@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RebootWorkspacesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the inputs for the RebootWorkspaces operation.
NOOP
Constructor and Description |
---|
RebootWorkspacesRequest() |
Modifier and Type | Method and Description |
---|---|
RebootWorkspacesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<RebootRequest> |
getRebootWorkspaceRequests()
An array of structures that specify the WorkSpaces to reboot.
|
int |
hashCode() |
void |
setRebootWorkspaceRequests(Collection<RebootRequest> rebootWorkspaceRequests)
An array of structures that specify the WorkSpaces to reboot.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RebootWorkspacesRequest |
withRebootWorkspaceRequests(Collection<RebootRequest> rebootWorkspaceRequests)
An array of structures that specify the WorkSpaces to reboot.
|
RebootWorkspacesRequest |
withRebootWorkspaceRequests(RebootRequest... rebootWorkspaceRequests)
An array of structures that specify the WorkSpaces to reboot.
|
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<RebootRequest> getRebootWorkspaceRequests()
An array of structures that specify the WorkSpaces to reboot.
public void setRebootWorkspaceRequests(Collection<RebootRequest> rebootWorkspaceRequests)
An array of structures that specify the WorkSpaces to reboot.
rebootWorkspaceRequests
- An array of structures that specify the WorkSpaces to reboot.public RebootWorkspacesRequest withRebootWorkspaceRequests(RebootRequest... rebootWorkspaceRequests)
An array of structures that specify the WorkSpaces to reboot.
NOTE: This method appends the values to the existing list (if any). Use
setRebootWorkspaceRequests(java.util.Collection)
or
withRebootWorkspaceRequests(java.util.Collection)
if you want to override the existing values.
rebootWorkspaceRequests
- An array of structures that specify the WorkSpaces to reboot.public RebootWorkspacesRequest withRebootWorkspaceRequests(Collection<RebootRequest> rebootWorkspaceRequests)
An array of structures that specify the WorkSpaces to reboot.
rebootWorkspaceRequests
- An array of structures that specify the WorkSpaces to reboot.public String toString()
toString
in class Object
Object.toString()
public RebootWorkspacesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.