@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VpcConnectivity extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
VpcConnectivity() |
| Modifier and Type | Method and Description |
|---|---|
VpcConnectivity |
clone() |
boolean |
equals(Object obj) |
VpcConnectivityClientAuthentication |
getClientAuthentication()
Includes all client authentication information for VPC connectivity.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setClientAuthentication(VpcConnectivityClientAuthentication clientAuthentication)
Includes all client authentication information for VPC connectivity.
|
String |
toString()
Returns a string representation of this object.
|
VpcConnectivity |
withClientAuthentication(VpcConnectivityClientAuthentication clientAuthentication)
Includes all client authentication information for VPC connectivity.
|
public void setClientAuthentication(VpcConnectivityClientAuthentication clientAuthentication)
Includes all client authentication information for VPC connectivity.
clientAuthentication - Includes all client authentication information for VPC connectivity.
public VpcConnectivityClientAuthentication getClientAuthentication()
Includes all client authentication information for VPC connectivity.
Includes all client authentication information for VPC connectivity.
public VpcConnectivity withClientAuthentication(VpcConnectivityClientAuthentication clientAuthentication)
Includes all client authentication information for VPC connectivity.
clientAuthentication - Includes all client authentication information for VPC connectivity.
public String toString()
toString in class ObjectObject.toString()public VpcConnectivity clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.