Class AppInstanceStreamingConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.chime.model.AppInstanceStreamingConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AppInstanceStreamingConfiguration.Builder,AppInstanceStreamingConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class AppInstanceStreamingConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AppInstanceStreamingConfiguration.Builder,AppInstanceStreamingConfiguration>
The details of the streaming configuration of an
AppInstance.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAppInstanceStreamingConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AppInstanceDataTypeappInstanceDataType()The type of data to be streamed.StringappInstanceDataTypeAsString()The type of data to be streamed.static AppInstanceStreamingConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringresourceArn()The resource ARN.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AppInstanceStreamingConfiguration.Builder>serializableBuilderClass()AppInstanceStreamingConfiguration.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
-
appInstanceDataType
public final AppInstanceDataType appInstanceDataType()
The type of data to be streamed.
If the service returns an enum value that is not available in the current SDK version,
appInstanceDataTypewill returnAppInstanceDataType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromappInstanceDataTypeAsString().- Returns:
- The type of data to be streamed.
- See Also:
AppInstanceDataType
-
appInstanceDataTypeAsString
public final String appInstanceDataTypeAsString()
The type of data to be streamed.
If the service returns an enum value that is not available in the current SDK version,
appInstanceDataTypewill returnAppInstanceDataType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromappInstanceDataTypeAsString().- Returns:
- The type of data to be streamed.
- See Also:
AppInstanceDataType
-
resourceArn
public final String resourceArn()
The resource ARN.
- Returns:
- The resource ARN.
-
toBuilder
public AppInstanceStreamingConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AppInstanceStreamingConfiguration.Builder,AppInstanceStreamingConfiguration>
-
builder
public static AppInstanceStreamingConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends AppInstanceStreamingConfiguration.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
-
-