@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSpaceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateSpaceResult() |
Modifier and Type | Method and Description |
---|---|
CreateSpaceResult |
clone() |
boolean |
equals(Object obj) |
String |
getSpaceId()
The unique ID of the private re:Post.
|
int |
hashCode() |
void |
setSpaceId(String spaceId)
The unique ID of the private re:Post.
|
String |
toString()
Returns a string representation of this object.
|
CreateSpaceResult |
withSpaceId(String spaceId)
The unique ID of the private re:Post.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSpaceId(String spaceId)
The unique ID of the private re:Post.
spaceId
- The unique ID of the private re:Post.public String getSpaceId()
The unique ID of the private re:Post.
public CreateSpaceResult withSpaceId(String spaceId)
The unique ID of the private re:Post.
spaceId
- The unique ID of the private re:Post.public String toString()
toString
in class Object
Object.toString()
public CreateSpaceResult clone()