Class ClientProperties
- java.lang.Object
-
- software.amazon.awssdk.services.workspaces.model.ClientProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ClientProperties.Builder,ClientProperties>
@Generated("software.amazon.awssdk:codegen") public final class ClientProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClientProperties.Builder,ClientProperties>
Describes an Amazon WorkSpaces client.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceClientProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClientProperties.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LogUploadEnumlogUploadEnabled()Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces client.StringlogUploadEnabledAsString()Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces client.ReconnectEnumreconnectEnabled()Specifies whether users can cache their credentials on the Amazon WorkSpaces client.StringreconnectEnabledAsString()Specifies whether users can cache their credentials on the Amazon WorkSpaces client.List<SdkField<?>>sdkFields()static Class<? extends ClientProperties.Builder>serializableBuilderClass()ClientProperties.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
-
reconnectEnabled
public final ReconnectEnum reconnectEnabled()
Specifies whether users can cache their credentials on the Amazon WorkSpaces client. When enabled, users can choose to reconnect to their WorkSpaces without re-entering their credentials.
If the service returns an enum value that is not available in the current SDK version,
reconnectEnabledwill returnReconnectEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreconnectEnabledAsString().- Returns:
- Specifies whether users can cache their credentials on the Amazon WorkSpaces client. When enabled, users can choose to reconnect to their WorkSpaces without re-entering their credentials.
- See Also:
ReconnectEnum
-
reconnectEnabledAsString
public final String reconnectEnabledAsString()
Specifies whether users can cache their credentials on the Amazon WorkSpaces client. When enabled, users can choose to reconnect to their WorkSpaces without re-entering their credentials.
If the service returns an enum value that is not available in the current SDK version,
reconnectEnabledwill returnReconnectEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreconnectEnabledAsString().- Returns:
- Specifies whether users can cache their credentials on the Amazon WorkSpaces client. When enabled, users can choose to reconnect to their WorkSpaces without re-entering their credentials.
- See Also:
ReconnectEnum
-
logUploadEnabled
public final LogUploadEnum logUploadEnabled()
Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces client. When enabled, the log files will be sent to WorkSpaces automatically and will be applied to all users in the specified directory.
If the service returns an enum value that is not available in the current SDK version,
logUploadEnabledwill returnLogUploadEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlogUploadEnabledAsString().- Returns:
- Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces client. When enabled, the log files will be sent to WorkSpaces automatically and will be applied to all users in the specified directory.
- See Also:
LogUploadEnum
-
logUploadEnabledAsString
public final String logUploadEnabledAsString()
Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces client. When enabled, the log files will be sent to WorkSpaces automatically and will be applied to all users in the specified directory.
If the service returns an enum value that is not available in the current SDK version,
logUploadEnabledwill returnLogUploadEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlogUploadEnabledAsString().- Returns:
- Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces client. When enabled, the log files will be sent to WorkSpaces automatically and will be applied to all users in the specified directory.
- See Also:
LogUploadEnum
-
toBuilder
public ClientProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ClientProperties.Builder,ClientProperties>
-
builder
public static ClientProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends ClientProperties.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.
-
-