@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SpaceDetails extends Object implements Serializable, Cloneable, StructuredPojo
The space's details.
| Constructor and Description |
|---|
SpaceDetails() |
| Modifier and Type | Method and Description |
|---|---|
SpaceDetails |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The creation time.
|
String |
getDomainId()
The ID of the associated Domain.
|
Date |
getLastModifiedTime()
The last modified time.
|
String |
getSpaceName()
The name of the space.
|
String |
getStatus()
The status.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreationTime(Date creationTime)
The creation time.
|
void |
setDomainId(String domainId)
The ID of the associated Domain.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The last modified time.
|
void |
setSpaceName(String spaceName)
The name of the space.
|
void |
setStatus(String status)
The status.
|
String |
toString()
Returns a string representation of this object.
|
SpaceDetails |
withCreationTime(Date creationTime)
The creation time.
|
SpaceDetails |
withDomainId(String domainId)
The ID of the associated Domain.
|
SpaceDetails |
withLastModifiedTime(Date lastModifiedTime)
The last modified time.
|
SpaceDetails |
withSpaceName(String spaceName)
The name of the space.
|
SpaceDetails |
withStatus(SpaceStatus status)
The status.
|
SpaceDetails |
withStatus(String status)
The status.
|
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 SpaceDetails withDomainId(String domainId)
The ID of the associated Domain.
domainId - The ID of the associated Domain.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 SpaceDetails withSpaceName(String spaceName)
The name of the space.
spaceName - The name of the space.public void setStatus(String status)
The status.
status - The status.SpaceStatuspublic String getStatus()
The status.
SpaceStatuspublic SpaceDetails withStatus(String status)
The status.
status - The status.SpaceStatuspublic SpaceDetails withStatus(SpaceStatus status)
The status.
status - The status.SpaceStatuspublic void setCreationTime(Date creationTime)
The creation time.
creationTime - The creation time.public Date getCreationTime()
The creation time.
public SpaceDetails withCreationTime(Date creationTime)
The creation time.
creationTime - The creation time.public void setLastModifiedTime(Date lastModifiedTime)
The last modified time.
lastModifiedTime - The last modified time.public Date getLastModifiedTime()
The last modified time.
public SpaceDetails withLastModifiedTime(Date lastModifiedTime)
The last modified time.
lastModifiedTime - The last modified time.public String toString()
toString in class ObjectObject.toString()public SpaceDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.