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 String getWorkspaceId()
Constraints:
Pattern: ^ws-[0-9a-z]{8,63}$
public void setWorkspaceId(String workspaceId)
Constraints:
Pattern: ^ws-[0-9a-z]{8,63}$
workspaceId - The identifier of the WorkSpace to rebuild.public RebuildRequest withWorkspaceId(String workspaceId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^ws-[0-9a-z]{8,63}$
workspaceId - The identifier of the WorkSpace to rebuild.public String toString()
toString in class ObjectObject.toString()public RebuildRequest clone()
Copyright © 2015. All rights reserved.