@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServerlessRequest extends Object implements Serializable, Cloneable, StructuredPojo
Serverless cluster request.
| Constructor and Description |
|---|
ServerlessRequest () |
| Modifier and Type | Method and Description |
|---|---|
ServerlessRequest |
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.
|
ServerlessRequest |
withClientAuthentication (ServerlessClientAuthentication clientAuthentication)
Includes all client authentication information.
|
ServerlessRequest |
withVpcConfigs (Collection<VpcConfig> vpcConfigs)
The configuration of the Amazon VPCs for the cluster.
|
ServerlessRequest |
withVpcConfigs (VpcConfig... vpcConfigs)
The configuration of the Amazon VPCs for the cluster.
|
public ServerlessRequest()
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 ServerlessRequest 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 ServerlessRequest 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 ServerlessRequest withClientAuthentication(ServerlessClientAuthentication clientAuthentication)
Includes all client authentication information.
clientAuthentication - Includes all client authentication information.
public String toString()
toString in class Object Object.toString() public ServerlessRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.