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