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