public class RebuildRequest extends Object implements Serializable, Cloneable
Contains information used with the RebuildWorkspaces operation to rebuild a WorkSpace.
Constructor and Description |
---|
RebuildRequest() |
Modifier and Type | Method and Description |
---|---|
RebuildRequest |
clone() |
boolean |
equals(Object obj) |
String |
getWorkspaceId()
The identifier of the WorkSpace to rebuild.
|
int |
hashCode() |
void |
setWorkspaceId(String workspaceId)
The identifier of the WorkSpace to rebuild.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RebuildRequest |
withWorkspaceId(String workspaceId)
The identifier of the WorkSpace to rebuild.
|
public void setWorkspaceId(String workspaceId)
The identifier of the WorkSpace to rebuild.
workspaceId
- The identifier of the WorkSpace to rebuild.public String getWorkspaceId()
The identifier of the WorkSpace to rebuild.
public RebuildRequest withWorkspaceId(String workspaceId)
The identifier of the WorkSpace to rebuild.
workspaceId
- The identifier of the WorkSpace to rebuild.public String toString()
toString
in class Object
Object.toString()
public RebuildRequest clone()
Copyright © 2015. All rights reserved.