@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RebootWorkspacesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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()
The WorkSpaces to reboot.
|
int |
hashCode() |
void |
setRebootWorkspaceRequests(Collection<RebootRequest> rebootWorkspaceRequests)
The WorkSpaces to reboot.
|
String |
toString()
Returns a string representation of this object.
|
RebootWorkspacesRequest |
withRebootWorkspaceRequests(Collection<RebootRequest> rebootWorkspaceRequests)
The WorkSpaces to reboot.
|
RebootWorkspacesRequest |
withRebootWorkspaceRequests(RebootRequest... rebootWorkspaceRequests)
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, withSdkRequestTimeoutpublic List<RebootRequest> getRebootWorkspaceRequests()
The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.
public void setRebootWorkspaceRequests(Collection<RebootRequest> rebootWorkspaceRequests)
The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.
rebootWorkspaceRequests - The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.public RebootWorkspacesRequest withRebootWorkspaceRequests(RebootRequest... rebootWorkspaceRequests)
The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.
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 - The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.public RebootWorkspacesRequest withRebootWorkspaceRequests(Collection<RebootRequest> rebootWorkspaceRequests)
The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.
rebootWorkspaceRequests - The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.public String toString()
toString in class ObjectObject.toString()public RebootWorkspacesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()