@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 | getSpaceArn()
 The space's Amazon Resource Name (ARN). | 
| int | hashCode() | 
| void | setSpaceArn(String spaceArn)
 The space's Amazon Resource Name (ARN). | 
| String | toString()Returns a string representation of this object. | 
| CreateSpaceResult | withSpaceArn(String spaceArn)
 The space's Amazon Resource Name (ARN). | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSpaceArn(String spaceArn)
The space's Amazon Resource Name (ARN).
spaceArn - The space's Amazon Resource Name (ARN).public String getSpaceArn()
The space's Amazon Resource Name (ARN).
public CreateSpaceResult withSpaceArn(String spaceArn)
The space's Amazon Resource Name (ARN).
spaceArn - The space's Amazon Resource Name (ARN).public String toString()
toString in class ObjectObject.toString()public CreateSpaceResult clone()