@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSpaceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeSpaceResult() |
Modifier and Type | Method and Description |
---|---|
DescribeSpaceResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The creation time.
|
String |
getDomainId()
The ID of the associated Domain.
|
String |
getFailureReason()
The failure reason.
|
String |
getHomeEfsFileSystemUid()
The ID of the space's profile in the Amazon Elastic File System volume.
|
Date |
getLastModifiedTime()
The last modified time.
|
String |
getSpaceArn()
The space's Amazon Resource Name (ARN).
|
String |
getSpaceName()
The name of the space.
|
SpaceSettings |
getSpaceSettings()
A collection of space settings.
|
String |
getStatus()
The status.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
The creation time.
|
void |
setDomainId(String domainId)
The ID of the associated Domain.
|
void |
setFailureReason(String failureReason)
The failure reason.
|
void |
setHomeEfsFileSystemUid(String homeEfsFileSystemUid)
The ID of the space's profile in the Amazon Elastic File System volume.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The last modified time.
|
void |
setSpaceArn(String spaceArn)
The space's Amazon Resource Name (ARN).
|
void |
setSpaceName(String spaceName)
The name of the space.
|
void |
setSpaceSettings(SpaceSettings spaceSettings)
A collection of space settings.
|
void |
setStatus(String status)
The status.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSpaceResult |
withCreationTime(Date creationTime)
The creation time.
|
DescribeSpaceResult |
withDomainId(String domainId)
The ID of the associated Domain.
|
DescribeSpaceResult |
withFailureReason(String failureReason)
The failure reason.
|
DescribeSpaceResult |
withHomeEfsFileSystemUid(String homeEfsFileSystemUid)
The ID of the space's profile in the Amazon Elastic File System volume.
|
DescribeSpaceResult |
withLastModifiedTime(Date lastModifiedTime)
The last modified time.
|
DescribeSpaceResult |
withSpaceArn(String spaceArn)
The space's Amazon Resource Name (ARN).
|
DescribeSpaceResult |
withSpaceName(String spaceName)
The name of the space.
|
DescribeSpaceResult |
withSpaceSettings(SpaceSettings spaceSettings)
A collection of space settings.
|
DescribeSpaceResult |
withStatus(SpaceStatus status)
The status.
|
DescribeSpaceResult |
withStatus(String status)
The status.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDomainId(String domainId)
The ID of the associated Domain.
domainId
- The ID of the associated Domain.public String getDomainId()
The ID of the associated Domain.
public DescribeSpaceResult withDomainId(String domainId)
The ID of the associated Domain.
domainId
- The ID of the associated Domain.public 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 DescribeSpaceResult withSpaceArn(String spaceArn)
The space's Amazon Resource Name (ARN).
spaceArn
- The space's Amazon Resource Name (ARN).public void setSpaceName(String spaceName)
The name of the space.
spaceName
- The name of the space.public String getSpaceName()
The name of the space.
public DescribeSpaceResult withSpaceName(String spaceName)
The name of the space.
spaceName
- The name of the space.public void setHomeEfsFileSystemUid(String homeEfsFileSystemUid)
The ID of the space's profile in the Amazon Elastic File System volume.
homeEfsFileSystemUid
- The ID of the space's profile in the Amazon Elastic File System volume.public String getHomeEfsFileSystemUid()
The ID of the space's profile in the Amazon Elastic File System volume.
public DescribeSpaceResult withHomeEfsFileSystemUid(String homeEfsFileSystemUid)
The ID of the space's profile in the Amazon Elastic File System volume.
homeEfsFileSystemUid
- The ID of the space's profile in the Amazon Elastic File System volume.public void setStatus(String status)
The status.
status
- The status.SpaceStatus
public String getStatus()
The status.
SpaceStatus
public DescribeSpaceResult withStatus(String status)
The status.
status
- The status.SpaceStatus
public DescribeSpaceResult withStatus(SpaceStatus status)
The status.
status
- The status.SpaceStatus
public void setLastModifiedTime(Date lastModifiedTime)
The last modified time.
lastModifiedTime
- The last modified time.public Date getLastModifiedTime()
The last modified time.
public DescribeSpaceResult withLastModifiedTime(Date lastModifiedTime)
The last modified time.
lastModifiedTime
- The last modified time.public void setCreationTime(Date creationTime)
The creation time.
creationTime
- The creation time.public Date getCreationTime()
The creation time.
public DescribeSpaceResult withCreationTime(Date creationTime)
The creation time.
creationTime
- The creation time.public void setFailureReason(String failureReason)
The failure reason.
failureReason
- The failure reason.public String getFailureReason()
The failure reason.
public DescribeSpaceResult withFailureReason(String failureReason)
The failure reason.
failureReason
- The failure reason.public void setSpaceSettings(SpaceSettings spaceSettings)
A collection of space settings.
spaceSettings
- A collection of space settings.public SpaceSettings getSpaceSettings()
A collection of space settings.
public DescribeSpaceResult withSpaceSettings(SpaceSettings spaceSettings)
A collection of space settings.
spaceSettings
- A collection of space settings.public String toString()
toString
in class Object
Object.toString()
public DescribeSpaceResult clone()