@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationSettings extends Object implements Serializable, Cloneable, StructuredPojo
The persistent application settings for users of a stack.
Constructor and Description |
---|
ApplicationSettings() |
Modifier and Type | Method and Description |
---|---|
ApplicationSettings |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
Enables or disables persistent application settings for users during their streaming sessions.
|
String |
getSettingsGroup()
The path prefix for the S3 bucket where users’ persistent application settings are stored.
|
int |
hashCode() |
Boolean |
isEnabled()
Enables or disables persistent application settings for users during their streaming sessions.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnabled(Boolean enabled)
Enables or disables persistent application settings for users during their streaming sessions.
|
void |
setSettingsGroup(String settingsGroup)
The path prefix for the S3 bucket where users’ persistent application settings are stored.
|
String |
toString()
Returns a string representation of this object.
|
ApplicationSettings |
withEnabled(Boolean enabled)
Enables or disables persistent application settings for users during their streaming sessions.
|
ApplicationSettings |
withSettingsGroup(String settingsGroup)
The path prefix for the S3 bucket where users’ persistent application settings are stored.
|
public void setEnabled(Boolean enabled)
Enables or disables persistent application settings for users during their streaming sessions.
enabled
- Enables or disables persistent application settings for users during their streaming sessions.public Boolean getEnabled()
Enables or disables persistent application settings for users during their streaming sessions.
public ApplicationSettings withEnabled(Boolean enabled)
Enables or disables persistent application settings for users during their streaming sessions.
enabled
- Enables or disables persistent application settings for users during their streaming sessions.public Boolean isEnabled()
Enables or disables persistent application settings for users during their streaming sessions.
public void setSettingsGroup(String settingsGroup)
The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
settingsGroup
- The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow
the same persistent application settings to be used across multiple stacks by specifying the same settings
group for each stack.public String getSettingsGroup()
The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
public ApplicationSettings withSettingsGroup(String settingsGroup)
The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
settingsGroup
- The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow
the same persistent application settings to be used across multiple stacks by specifying the same settings
group for each stack.public String toString()
toString
in class Object
Object.toString()
public ApplicationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.