@Generated(value="software.amazon.awssdk:codegen") public final class ClientProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClientProperties.Builder,ClientProperties>
Describes an Amazon WorkSpaces client.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClientProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClientProperties.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
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.
|
ReconnectEnum |
reconnectEnabled()
Specifies whether users can cache their credentials on the Amazon WorkSpaces client.
|
String |
reconnectEnabledAsString()
Specifies whether users can cache their credentials on the Amazon WorkSpaces client.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ClientProperties.Builder> |
serializableBuilderClass() |
ClientProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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, reconnectEnabled
will return ReconnectEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
reconnectEnabledAsString().
ReconnectEnumpublic 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, reconnectEnabled
will return ReconnectEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
reconnectEnabledAsString().
ReconnectEnumpublic 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, logUploadEnabled
will return LogUploadEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
logUploadEnabledAsString().
LogUploadEnumpublic 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, logUploadEnabled
will return LogUploadEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
logUploadEnabledAsString().
LogUploadEnumpublic ClientProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClientProperties.Builder,ClientProperties>public static ClientProperties.Builder builder()
public static Class<? extends ClientProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.