@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)  | 
<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()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic 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 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ClientProperties.Builder,ClientProperties>public static ClientProperties.Builder builder()
public static Class<? extends ClientProperties.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.