@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() |
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 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 © 2021. All rights reserved.