@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SslProperties extends Object implements Serializable, Cloneable, StructuredPojo
Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying data source.
Constructor and Description |
---|
SslProperties() |
Modifier and Type | Method and Description |
---|---|
SslProperties |
clone() |
boolean |
equals(Object obj) |
Boolean |
getDisableSsl()
A Boolean option to control whether SSL should be disabled.
|
int |
hashCode() |
Boolean |
isDisableSsl()
A Boolean option to control whether SSL should be disabled.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDisableSsl(Boolean disableSsl)
A Boolean option to control whether SSL should be disabled.
|
String |
toString()
Returns a string representation of this object.
|
SslProperties |
withDisableSsl(Boolean disableSsl)
A Boolean option to control whether SSL should be disabled.
|
public void setDisableSsl(Boolean disableSsl)
A Boolean option to control whether SSL should be disabled.
disableSsl
- A Boolean option to control whether SSL should be disabled.public Boolean getDisableSsl()
A Boolean option to control whether SSL should be disabled.
public SslProperties withDisableSsl(Boolean disableSsl)
A Boolean option to control whether SSL should be disabled.
disableSsl
- A Boolean option to control whether SSL should be disabled.public Boolean isDisableSsl()
A Boolean option to control whether SSL should be disabled.
public String toString()
toString
in class Object
Object.toString()
public SslProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.