@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SpaceSettingsSummary extends Object implements Serializable, Cloneable, StructuredPojo
Specifies summary information about the space settings.
Constructor and Description |
---|
SpaceSettingsSummary() |
Modifier and Type | Method and Description |
---|---|
SpaceSettingsSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAppType()
The type of app created within the space.
|
SpaceStorageSettings |
getSpaceStorageSettings()
The storage settings for a private space.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAppType(String appType)
The type of app created within the space.
|
void |
setSpaceStorageSettings(SpaceStorageSettings spaceStorageSettings)
The storage settings for a private space.
|
String |
toString()
Returns a string representation of this object.
|
SpaceSettingsSummary |
withAppType(AppType appType)
The type of app created within the space.
|
SpaceSettingsSummary |
withAppType(String appType)
The type of app created within the space.
|
SpaceSettingsSummary |
withSpaceStorageSettings(SpaceStorageSettings spaceStorageSettings)
The storage settings for a private space.
|
public void setAppType(String appType)
The type of app created within the space.
appType
- The type of app created within the space.AppType
public String getAppType()
The type of app created within the space.
AppType
public SpaceSettingsSummary withAppType(String appType)
The type of app created within the space.
appType
- The type of app created within the space.AppType
public SpaceSettingsSummary withAppType(AppType appType)
The type of app created within the space.
appType
- The type of app created within the space.AppType
public void setSpaceStorageSettings(SpaceStorageSettings spaceStorageSettings)
The storage settings for a private space.
spaceStorageSettings
- The storage settings for a private space.public SpaceStorageSettings getSpaceStorageSettings()
The storage settings for a private space.
public SpaceSettingsSummary withSpaceStorageSettings(SpaceStorageSettings spaceStorageSettings)
The storage settings for a private space.
spaceStorageSettings
- The storage settings for a private space.public String toString()
toString
in class Object
Object.toString()
public SpaceSettingsSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.