Class ToolbarConfiguration
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<ToolbarConfiguration.Builder,- ToolbarConfiguration> 
The configuration of the toolbar. This allows administrators to select the toolbar type and visual mode, set maximum display resolution for sessions, and choose which items are visible to end users during their sessions. If administrators do not modify these settings, end users retain control over their toolbar preferences.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic ToolbarConfiguration.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final booleanFor responses, this returns true if the service returned a value for the HiddenToolbarItems property.final List<ToolbarItem> The list of toolbar items to be hidden.The list of toolbar items to be hidden.final MaxDisplayResolutionThe maximum display resolution that is allowed for the session.final StringThe maximum display resolution that is allowed for the session.static Class<? extends ToolbarConfiguration.Builder> Take this object and create a builder that contains all of the current property values of this object.final ToolbarTypeThe type of toolbar displayed during the session.final StringThe type of toolbar displayed during the session.final StringtoString()Returns a string representation of this object.final VisualModeThe visual mode of the toolbar.final StringThe visual mode of the toolbar.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
toolbarTypeThe type of toolbar displayed during the session. If the service returns an enum value that is not available in the current SDK version, toolbarTypewill returnToolbarType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtoolbarTypeAsString().- Returns:
- The type of toolbar displayed during the session.
- See Also:
 
- 
toolbarTypeAsStringThe type of toolbar displayed during the session. If the service returns an enum value that is not available in the current SDK version, toolbarTypewill returnToolbarType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtoolbarTypeAsString().- Returns:
- The type of toolbar displayed during the session.
- See Also:
 
- 
visualModeThe visual mode of the toolbar. If the service returns an enum value that is not available in the current SDK version, visualModewill returnVisualMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvisualModeAsString().- Returns:
- The visual mode of the toolbar.
- See Also:
 
- 
visualModeAsStringThe visual mode of the toolbar. If the service returns an enum value that is not available in the current SDK version, visualModewill returnVisualMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvisualModeAsString().- Returns:
- The visual mode of the toolbar.
- See Also:
 
- 
hasHiddenToolbarItemspublic final boolean hasHiddenToolbarItems()For responses, this returns true if the service returned a value for the HiddenToolbarItems property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
maxDisplayResolutionThe maximum display resolution that is allowed for the session. If the service returns an enum value that is not available in the current SDK version, maxDisplayResolutionwill returnMaxDisplayResolution.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommaxDisplayResolutionAsString().- Returns:
- The maximum display resolution that is allowed for the session.
- See Also:
 
- 
maxDisplayResolutionAsStringThe maximum display resolution that is allowed for the session. If the service returns an enum value that is not available in the current SDK version, maxDisplayResolutionwill returnMaxDisplayResolution.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommaxDisplayResolutionAsString().- Returns:
- The maximum display resolution that is allowed for the session.
- See Also:
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<ToolbarConfiguration.Builder,- ToolbarConfiguration> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-