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