public class RebootWorkspacesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Contains the inputs for the RebootWorkspaces operation.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<RebootRequest> |
rebootWorkspaceRequests
An array of structures that specify the WorkSpaces to reboot.
|
NOOP
Constructor and Description |
---|
RebootWorkspacesRequest() |
Modifier and Type | Method and Description |
---|---|
RebootWorkspacesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<RebootRequest> |
getRebootWorkspaceRequests()
An array of structures that specify the WorkSpaces to reboot.
|
int |
hashCode() |
void |
setRebootWorkspaceRequests(java.util.Collection<RebootRequest> rebootWorkspaceRequests)
An array of structures that specify the WorkSpaces to reboot.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RebootWorkspacesRequest |
withRebootWorkspaceRequests(java.util.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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private SdkInternalList<RebootRequest> rebootWorkspaceRequests
An array of structures that specify the WorkSpaces to reboot.
public java.util.List<RebootRequest> getRebootWorkspaceRequests()
An array of structures that specify the WorkSpaces to reboot.
public void setRebootWorkspaceRequests(java.util.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(java.util.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public RebootWorkspacesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()