@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationSettingsResponse extends Object implements Serializable, Cloneable, StructuredPojo
Describes the persistent application settings for WorkSpaces Pools users.
Constructor and Description |
---|
ApplicationSettingsResponse() |
Modifier and Type | Method and Description |
---|---|
ApplicationSettingsResponse |
clone() |
boolean |
equals(Object obj) |
String |
getS3BucketName()
The S3 bucket where users’ persistent application settings are stored.
|
String |
getSettingsGroup()
The path prefix for the S3 bucket where users’ persistent application settings are stored.
|
String |
getStatus()
Specifies whether persistent application settings are enabled for users during their pool sessions.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3BucketName(String s3BucketName)
The S3 bucket where users’ persistent application settings are stored.
|
void |
setSettingsGroup(String settingsGroup)
The path prefix for the S3 bucket where users’ persistent application settings are stored.
|
void |
setStatus(String status)
Specifies whether persistent application settings are enabled for users during their pool sessions.
|
String |
toString()
Returns a string representation of this object.
|
ApplicationSettingsResponse |
withS3BucketName(String s3BucketName)
The S3 bucket where users’ persistent application settings are stored.
|
ApplicationSettingsResponse |
withSettingsGroup(String settingsGroup)
The path prefix for the S3 bucket where users’ persistent application settings are stored.
|
ApplicationSettingsResponse |
withStatus(ApplicationSettingsStatusEnum status)
Specifies whether persistent application settings are enabled for users during their pool sessions.
|
ApplicationSettingsResponse |
withStatus(String status)
Specifies whether persistent application settings are enabled for users during their pool sessions.
|
public void setStatus(String status)
Specifies whether persistent application settings are enabled for users during their pool sessions.
status
- Specifies whether persistent application settings are enabled for users during their pool sessions.ApplicationSettingsStatusEnum
public String getStatus()
Specifies whether persistent application settings are enabled for users during their pool sessions.
ApplicationSettingsStatusEnum
public ApplicationSettingsResponse withStatus(String status)
Specifies whether persistent application settings are enabled for users during their pool sessions.
status
- Specifies whether persistent application settings are enabled for users during their pool sessions.ApplicationSettingsStatusEnum
public ApplicationSettingsResponse withStatus(ApplicationSettingsStatusEnum status)
Specifies whether persistent application settings are enabled for users during their pool sessions.
status
- Specifies whether persistent application settings are enabled for users during their pool sessions.ApplicationSettingsStatusEnum
public void setSettingsGroup(String settingsGroup)
The path prefix for the S3 bucket where users’ persistent application settings are stored.
settingsGroup
- The path prefix for the S3 bucket where users’ persistent application settings are stored.public String getSettingsGroup()
The path prefix for the S3 bucket where users’ persistent application settings are stored.
public ApplicationSettingsResponse withSettingsGroup(String settingsGroup)
The path prefix for the S3 bucket where users’ persistent application settings are stored.
settingsGroup
- The path prefix for the S3 bucket where users’ persistent application settings are stored.public void setS3BucketName(String s3BucketName)
The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an Amazon Web Services Region, an S3 bucket is created. The bucket is unique to the Amazon Web Services account and the Region.
s3BucketName
- The S3 bucket where users’ persistent application settings are stored. When persistent application
settings are enabled for the first time for an account in an Amazon Web Services Region, an S3 bucket is
created. The bucket is unique to the Amazon Web Services account and the Region.public String getS3BucketName()
The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an Amazon Web Services Region, an S3 bucket is created. The bucket is unique to the Amazon Web Services account and the Region.
public ApplicationSettingsResponse withS3BucketName(String s3BucketName)
The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an Amazon Web Services Region, an S3 bucket is created. The bucket is unique to the Amazon Web Services account and the Region.
s3BucketName
- The S3 bucket where users’ persistent application settings are stored. When persistent application
settings are enabled for the first time for an account in an Amazon Web Services Region, an S3 bucket is
created. The bucket is unique to the Amazon Web Services account and the Region.public String toString()
toString
in class Object
Object.toString()
public ApplicationSettingsResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.