public class RebuildWorkspacesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the inputs for the RebuildWorkspaces operation.
NOOP| Constructor and Description |
|---|
RebuildWorkspacesRequest() |
| Modifier and Type | Method and Description |
|---|---|
RebuildWorkspacesRequest |
clone() |
boolean |
equals(Object obj) |
List<RebuildRequest> |
getRebuildWorkspaceRequests()
An array of structures that specify the WorkSpaces to rebuild.
|
int |
hashCode() |
void |
setRebuildWorkspaceRequests(Collection<RebuildRequest> rebuildWorkspaceRequests)
An array of structures that specify the WorkSpaces to rebuild.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RebuildWorkspacesRequest |
withRebuildWorkspaceRequests(Collection<RebuildRequest> rebuildWorkspaceRequests)
An array of structures that specify the WorkSpaces to rebuild.
|
RebuildWorkspacesRequest |
withRebuildWorkspaceRequests(RebuildRequest... rebuildWorkspaceRequests)
An array of structures that specify the WorkSpaces to rebuild.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic List<RebuildRequest> getRebuildWorkspaceRequests()
An array of structures that specify the WorkSpaces to rebuild.
public void setRebuildWorkspaceRequests(Collection<RebuildRequest> rebuildWorkspaceRequests)
An array of structures that specify the WorkSpaces to rebuild.
rebuildWorkspaceRequests - An array of structures that specify the WorkSpaces to rebuild.public RebuildWorkspacesRequest withRebuildWorkspaceRequests(RebuildRequest... rebuildWorkspaceRequests)
An array of structures that specify the WorkSpaces to rebuild.
NOTE: This method appends the values to the existing list (if
any). Use setRebuildWorkspaceRequests(java.util.Collection) or
withRebuildWorkspaceRequests(java.util.Collection) if you want
to override the existing values.
rebuildWorkspaceRequests - An array of structures that specify the WorkSpaces to rebuild.public RebuildWorkspacesRequest withRebuildWorkspaceRequests(Collection<RebuildRequest> rebuildWorkspaceRequests)
An array of structures that specify the WorkSpaces to rebuild.
rebuildWorkspaceRequests - An array of structures that specify the WorkSpaces to rebuild.public String toString()
toString in class ObjectObject.toString()public RebuildWorkspacesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.