@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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<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 Object
Object.toString()
public RebuildWorkspacesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.