Class ApplicationSettingsResponse
- java.lang.Object
-
- software.amazon.awssdk.services.appstream.model.ApplicationSettingsResponse
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ApplicationSettingsResponse.Builder,ApplicationSettingsResponse>
@Generated("software.amazon.awssdk:codegen") public final class ApplicationSettingsResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationSettingsResponse.Builder,ApplicationSettingsResponse>
Describes the persistent application settings for users of a stack.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApplicationSettingsResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApplicationSettingsResponse.Builderbuilder()Booleanenabled()Specifies whether persistent application settings are enabled for users during their streaming sessions.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3BucketName()The S3 bucket where users’ persistent application settings are stored.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ApplicationSettingsResponse.Builder>serializableBuilderClass()StringsettingsGroup()The path prefix for the S3 bucket where users’ persistent application settings are stored.ApplicationSettingsResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
enabled
public final Boolean enabled()
Specifies whether persistent application settings are enabled for users during their streaming sessions.
- Returns:
- Specifies whether persistent application settings are enabled for users during their streaming sessions.
-
settingsGroup
public final String settingsGroup()
The path prefix for the S3 bucket where users’ persistent application settings are stored.
- Returns:
- The path prefix for the S3 bucket where users’ persistent application settings are stored.
-
s3BucketName
public final 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 AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.
- Returns:
- 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 AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.
-
toBuilder
public ApplicationSettingsResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ApplicationSettingsResponse.Builder,ApplicationSettingsResponse>
-
builder
public static ApplicationSettingsResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends ApplicationSettingsResponse.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-