@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)
Marshalls this structured data using the given
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 ObjectObject.toString()public SslProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.