@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClientProperties extends Object implements Serializable, Cloneable, StructuredPojo
Describes an Amazon WorkSpaces client.
Constructor and Description |
---|
ClientProperties() |
Modifier and Type | Method and Description |
---|---|
ClientProperties |
clone() |
boolean |
equals(Object obj) |
String |
getReconnectEnabled()
Specifies whether users can cache their credentials on the Amazon WorkSpaces client.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setReconnectEnabled(String reconnectEnabled)
Specifies whether users can cache their credentials on the Amazon WorkSpaces client.
|
String |
toString()
Returns a string representation of this object.
|
ClientProperties |
withReconnectEnabled(ReconnectEnum reconnectEnabled)
Specifies whether users can cache their credentials on the Amazon WorkSpaces client.
|
ClientProperties |
withReconnectEnabled(String reconnectEnabled)
Specifies whether users can cache their credentials on the Amazon WorkSpaces client.
|
public void setReconnectEnabled(String 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.
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.ReconnectEnum
public String getReconnectEnabled()
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.
ReconnectEnum
public ClientProperties withReconnectEnabled(String 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.
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.ReconnectEnum
public ClientProperties withReconnectEnabled(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.
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.ReconnectEnum
public String toString()
toString
in class Object
Object.toString()
public ClientProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.