@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 |
getLogUploadEnabled()
Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to
troubleshoot issues when using the WorkSpaces client.
|
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 |
setLogUploadEnabled(String logUploadEnabled)
Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to
troubleshoot issues when using the WorkSpaces client.
|
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 |
withLogUploadEnabled(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.
|
ClientProperties |
withLogUploadEnabled(String logUploadEnabled)
Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to
troubleshoot issues when using the WorkSpaces client.
|
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.ReconnectEnumpublic 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.
ReconnectEnumpublic 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.ReconnectEnumpublic 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.ReconnectEnumpublic void setLogUploadEnabled(String 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.
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.LogUploadEnumpublic String getLogUploadEnabled()
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.
LogUploadEnumpublic ClientProperties withLogUploadEnabled(String 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.
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.LogUploadEnumpublic ClientProperties withLogUploadEnabled(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.
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.LogUploadEnumpublic String toString()
toString in class ObjectObject.toString()public ClientProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.