@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VpcConnectivityTls extends Object implements Serializable, Cloneable, StructuredPojo
Details for TLS client authentication for VPC connectivity.
| Constructor and Description |
|---|
VpcConnectivityTls() |
| Modifier and Type | Method and Description |
|---|---|
VpcConnectivityTls |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
TLS authentication is on or off for VPC connectivity.
|
int |
hashCode() |
Boolean |
isEnabled()
TLS authentication is on or off for VPC connectivity.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEnabled(Boolean enabled)
TLS authentication is on or off for VPC connectivity.
|
String |
toString()
Returns a string representation of this object.
|
VpcConnectivityTls |
withEnabled(Boolean enabled)
TLS authentication is on or off for VPC connectivity.
|
public void setEnabled(Boolean enabled)
TLS authentication is on or off for VPC connectivity.
enabled - TLS authentication is on or off for VPC connectivity.
public Boolean getEnabled()
TLS authentication is on or off for VPC connectivity.
TLS authentication is on or off for VPC connectivity.
public VpcConnectivityTls withEnabled(Boolean enabled)
TLS authentication is on or off for VPC connectivity.
enabled - TLS authentication is on or off for VPC connectivity.
public Boolean isEnabled()
TLS authentication is on or off for VPC connectivity.
TLS authentication is on or off for VPC connectivity.
public String toString()
toString in class ObjectObject.toString()public VpcConnectivityTls clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.