@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Serverless extends Object implements Serializable, Cloneable, StructuredPojo
Serverless cluster.
| Constructor and Description | 
|---|
| Serverless() | 
| Modifier and Type | Method and Description | 
|---|---|
| Serverless | clone() | 
| boolean | equals(Object obj) | 
| ServerlessClientAuthentication | getClientAuthentication()
 Includes all client authentication information. | 
| List<VpcConfig> | getVpcConfigs()
 The configuration of the Amazon VPCs for the cluster. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setClientAuthentication(ServerlessClientAuthentication clientAuthentication)
 Includes all client authentication information. | 
| void | setVpcConfigs(Collection<VpcConfig> vpcConfigs)
 The configuration of the Amazon VPCs for the cluster. | 
| String | toString()Returns a string representation of this object. | 
| Serverless | withClientAuthentication(ServerlessClientAuthentication clientAuthentication)
 Includes all client authentication information. | 
| Serverless | withVpcConfigs(Collection<VpcConfig> vpcConfigs)
 The configuration of the Amazon VPCs for the cluster. | 
| Serverless | withVpcConfigs(VpcConfig... vpcConfigs)
 The configuration of the Amazon VPCs for the cluster. | 
public List<VpcConfig> getVpcConfigs()
The configuration of the Amazon VPCs for the cluster.
The configuration of the Amazon VPCs for the cluster.
public void setVpcConfigs(Collection<VpcConfig> vpcConfigs)
The configuration of the Amazon VPCs for the cluster.
vpcConfigs - The configuration of the Amazon VPCs for the cluster.
public Serverless withVpcConfigs(VpcConfig... vpcConfigs)
The configuration of the Amazon VPCs for the cluster.
 NOTE: This method appends the values to the existing list (if any). Use
 setVpcConfigs(java.util.Collection) or withVpcConfigs(java.util.Collection) if you want to
 override the existing values.
 
vpcConfigs - The configuration of the Amazon VPCs for the cluster.
public Serverless withVpcConfigs(Collection<VpcConfig> vpcConfigs)
The configuration of the Amazon VPCs for the cluster.
vpcConfigs - The configuration of the Amazon VPCs for the cluster.
public void setClientAuthentication(ServerlessClientAuthentication clientAuthentication)
Includes all client authentication information.
clientAuthentication - Includes all client authentication information.
public ServerlessClientAuthentication getClientAuthentication()
Includes all client authentication information.
Includes all client authentication information.
public Serverless withClientAuthentication(ServerlessClientAuthentication clientAuthentication)
Includes all client authentication information.
clientAuthentication - Includes all client authentication information.
public String toString()
toString in class ObjectObject.toString()public Serverless clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.