@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.
|
OwnershipSettingsSummary |
getOwnershipSettingsSummary()
Specifies summary information about the ownership settings.
|
String |
getSpaceDisplayName()
The name of the space that appears in the Studio UI.
|
String |
getSpaceName()
The name of the space.
|
SpaceSettingsSummary |
getSpaceSettingsSummary()
Specifies summary information about the space settings.
|
SpaceSharingSettingsSummary |
getSpaceSharingSettingsSummary()
Specifies summary information about the space sharing settings.
|
String |
getStatus()
The status.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
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 |
setOwnershipSettingsSummary(OwnershipSettingsSummary ownershipSettingsSummary)
Specifies summary information about the ownership settings.
|
void |
setSpaceDisplayName(String spaceDisplayName)
The name of the space that appears in the Studio UI.
|
void |
setSpaceName(String spaceName)
The name of the space.
|
void |
setSpaceSettingsSummary(SpaceSettingsSummary spaceSettingsSummary)
Specifies summary information about the space settings.
|
void |
setSpaceSharingSettingsSummary(SpaceSharingSettingsSummary spaceSharingSettingsSummary)
Specifies summary information about the space sharing settings.
|
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 |
withOwnershipSettingsSummary(OwnershipSettingsSummary ownershipSettingsSummary)
Specifies summary information about the ownership settings.
|
SpaceDetails |
withSpaceDisplayName(String spaceDisplayName)
The name of the space that appears in the Studio UI.
|
SpaceDetails |
withSpaceName(String spaceName)
The name of the space.
|
SpaceDetails |
withSpaceSettingsSummary(SpaceSettingsSummary spaceSettingsSummary)
Specifies summary information about the space settings.
|
SpaceDetails |
withSpaceSharingSettingsSummary(SpaceSharingSettingsSummary spaceSharingSettingsSummary)
Specifies summary information about the space sharing settings.
|
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.SpaceStatus
public String getStatus()
The status.
SpaceStatus
public SpaceDetails withStatus(String status)
The status.
status
- The status.SpaceStatus
public SpaceDetails withStatus(SpaceStatus status)
The status.
status
- The status.SpaceStatus
public 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 void setSpaceSettingsSummary(SpaceSettingsSummary spaceSettingsSummary)
Specifies summary information about the space settings.
spaceSettingsSummary
- Specifies summary information about the space settings.public SpaceSettingsSummary getSpaceSettingsSummary()
Specifies summary information about the space settings.
public SpaceDetails withSpaceSettingsSummary(SpaceSettingsSummary spaceSettingsSummary)
Specifies summary information about the space settings.
spaceSettingsSummary
- Specifies summary information about the space settings.public void setSpaceSharingSettingsSummary(SpaceSharingSettingsSummary spaceSharingSettingsSummary)
Specifies summary information about the space sharing settings.
spaceSharingSettingsSummary
- Specifies summary information about the space sharing settings.public SpaceSharingSettingsSummary getSpaceSharingSettingsSummary()
Specifies summary information about the space sharing settings.
public SpaceDetails withSpaceSharingSettingsSummary(SpaceSharingSettingsSummary spaceSharingSettingsSummary)
Specifies summary information about the space sharing settings.
spaceSharingSettingsSummary
- Specifies summary information about the space sharing settings.public void setOwnershipSettingsSummary(OwnershipSettingsSummary ownershipSettingsSummary)
Specifies summary information about the ownership settings.
ownershipSettingsSummary
- Specifies summary information about the ownership settings.public OwnershipSettingsSummary getOwnershipSettingsSummary()
Specifies summary information about the ownership settings.
public SpaceDetails withOwnershipSettingsSummary(OwnershipSettingsSummary ownershipSettingsSummary)
Specifies summary information about the ownership settings.
ownershipSettingsSummary
- Specifies summary information about the ownership settings.public void setSpaceDisplayName(String spaceDisplayName)
The name of the space that appears in the Studio UI.
spaceDisplayName
- The name of the space that appears in the Studio UI.public String getSpaceDisplayName()
The name of the space that appears in the Studio UI.
public SpaceDetails withSpaceDisplayName(String spaceDisplayName)
The name of the space that appears in the Studio UI.
spaceDisplayName
- The name of the space that appears in the Studio UI.public String toString()
toString
in class Object
Object.toString()
public SpaceDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.