Class GlobalAcceleratorForWorkSpace
- java.lang.Object
-
- software.amazon.awssdk.services.workspaces.model.GlobalAcceleratorForWorkSpace
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GlobalAcceleratorForWorkSpace.Builder,GlobalAcceleratorForWorkSpace>
@Generated("software.amazon.awssdk:codegen") public final class GlobalAcceleratorForWorkSpace extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GlobalAcceleratorForWorkSpace.Builder,GlobalAcceleratorForWorkSpace>
Describes the Global Accelerator for WorkSpaces.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGlobalAcceleratorForWorkSpace.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GlobalAcceleratorForWorkSpace.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()AGAModeForWorkSpaceEnummode()Indicates if Global Accelerator for WorkSpaces is enabled, disabled, or the same mode as the associated directory.StringmodeAsString()Indicates if Global Accelerator for WorkSpaces is enabled, disabled, or the same mode as the associated directory.AGAPreferredProtocolForWorkSpacepreferredProtocol()Indicates the preferred protocol for Global Accelerator.StringpreferredProtocolAsString()Indicates the preferred protocol for Global Accelerator.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GlobalAcceleratorForWorkSpace.Builder>serializableBuilderClass()GlobalAcceleratorForWorkSpace.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
-
mode
public final AGAModeForWorkSpaceEnum mode()
Indicates if Global Accelerator for WorkSpaces is enabled, disabled, or the same mode as the associated directory.
If the service returns an enum value that is not available in the current SDK version,
modewill returnAGAModeForWorkSpaceEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodeAsString().- Returns:
- Indicates if Global Accelerator for WorkSpaces is enabled, disabled, or the same mode as the associated directory.
- See Also:
AGAModeForWorkSpaceEnum
-
modeAsString
public final String modeAsString()
Indicates if Global Accelerator for WorkSpaces is enabled, disabled, or the same mode as the associated directory.
If the service returns an enum value that is not available in the current SDK version,
modewill returnAGAModeForWorkSpaceEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodeAsString().- Returns:
- Indicates if Global Accelerator for WorkSpaces is enabled, disabled, or the same mode as the associated directory.
- See Also:
AGAModeForWorkSpaceEnum
-
preferredProtocol
public final AGAPreferredProtocolForWorkSpace preferredProtocol()
Indicates the preferred protocol for Global Accelerator.
If the service returns an enum value that is not available in the current SDK version,
preferredProtocolwill returnAGAPreferredProtocolForWorkSpace.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompreferredProtocolAsString().- Returns:
- Indicates the preferred protocol for Global Accelerator.
- See Also:
AGAPreferredProtocolForWorkSpace
-
preferredProtocolAsString
public final String preferredProtocolAsString()
Indicates the preferred protocol for Global Accelerator.
If the service returns an enum value that is not available in the current SDK version,
preferredProtocolwill returnAGAPreferredProtocolForWorkSpace.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompreferredProtocolAsString().- Returns:
- Indicates the preferred protocol for Global Accelerator.
- See Also:
AGAPreferredProtocolForWorkSpace
-
toBuilder
public GlobalAcceleratorForWorkSpace.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GlobalAcceleratorForWorkSpace.Builder,GlobalAcceleratorForWorkSpace>
-
builder
public static GlobalAcceleratorForWorkSpace.Builder builder()
-
serializableBuilderClass
public static Class<? extends GlobalAcceleratorForWorkSpace.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
-
-