@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartWorkspacesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartWorkspacesResult() |
Modifier and Type | Method and Description |
---|---|
StartWorkspacesResult |
clone() |
boolean |
equals(Object obj) |
List<FailedWorkspaceChangeRequest> |
getFailedRequests()
Information about the WorkSpaces that could not be started.
|
int |
hashCode() |
void |
setFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
Information about the WorkSpaces that could not be started.
|
String |
toString()
Returns a string representation of this object.
|
StartWorkspacesResult |
withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
Information about the WorkSpaces that could not be started.
|
StartWorkspacesResult |
withFailedRequests(FailedWorkspaceChangeRequest... failedRequests)
Information about the WorkSpaces that could not be started.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<FailedWorkspaceChangeRequest> getFailedRequests()
Information about the WorkSpaces that could not be started.
public void setFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
Information about the WorkSpaces that could not be started.
failedRequests
- Information about the WorkSpaces that could not be started.public StartWorkspacesResult withFailedRequests(FailedWorkspaceChangeRequest... failedRequests)
Information about the WorkSpaces that could not be started.
NOTE: This method appends the values to the existing list (if any). Use
setFailedRequests(java.util.Collection)
or withFailedRequests(java.util.Collection)
if you want
to override the existing values.
failedRequests
- Information about the WorkSpaces that could not be started.public StartWorkspacesResult withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
Information about the WorkSpaces that could not be started.
failedRequests
- Information about the WorkSpaces that could not be started.public String toString()
toString
in class Object
Object.toString()
public StartWorkspacesResult clone()