@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VpcConnectivityIam extends Object implements Serializable, Cloneable, StructuredPojo
Details for IAM access control for VPC connectivity.
| Constructor and Description |
|---|
VpcConnectivityIam() |
| Modifier and Type | Method and Description |
|---|---|
VpcConnectivityIam |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
SASL/IAM authentication is on or off for VPC connectivity.
|
int |
hashCode() |
Boolean |
isEnabled()
SASL/IAM authentication is on or off for VPC connectivity.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEnabled(Boolean enabled)
SASL/IAM authentication is on or off for VPC connectivity.
|
String |
toString()
Returns a string representation of this object.
|
VpcConnectivityIam |
withEnabled(Boolean enabled)
SASL/IAM authentication is on or off for VPC connectivity.
|
public void setEnabled(Boolean enabled)
SASL/IAM authentication is on or off for VPC connectivity.
enabled - SASL/IAM authentication is on or off for VPC connectivity.
public Boolean getEnabled()
SASL/IAM authentication is on or off for VPC connectivity.
SASL/IAM authentication is on or off for VPC connectivity.
public VpcConnectivityIam withEnabled(Boolean enabled)
SASL/IAM authentication is on or off for VPC connectivity.
enabled - SASL/IAM authentication is on or off for VPC connectivity.
public Boolean isEnabled()
SASL/IAM authentication is on or off for VPC connectivity.
SASL/IAM authentication is on or off for VPC connectivity.
public String toString()
toString in class ObjectObject.toString()public VpcConnectivityIam clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.