@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAccessConfigRequest extends Object implements Serializable, Cloneable, StructuredPojo
The access configuration information for the cluster.
| Constructor and Description |
|---|
UpdateAccessConfigRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAccessConfigRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAuthenticationMode()
The desired authentication mode for the cluster.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAuthenticationMode(String authenticationMode)
The desired authentication mode for the cluster.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAccessConfigRequest |
withAuthenticationMode(AuthenticationMode authenticationMode)
The desired authentication mode for the cluster.
|
UpdateAccessConfigRequest |
withAuthenticationMode(String authenticationMode)
The desired authentication mode for the cluster.
|
public void setAuthenticationMode(String authenticationMode)
The desired authentication mode for the cluster.
authenticationMode - The desired authentication mode for the cluster.AuthenticationModepublic String getAuthenticationMode()
The desired authentication mode for the cluster.
AuthenticationModepublic UpdateAccessConfigRequest withAuthenticationMode(String authenticationMode)
The desired authentication mode for the cluster.
authenticationMode - The desired authentication mode for the cluster.AuthenticationModepublic UpdateAccessConfigRequest withAuthenticationMode(AuthenticationMode authenticationMode)
The desired authentication mode for the cluster.
authenticationMode - The desired authentication mode for the cluster.AuthenticationModepublic String toString()
toString in class ObjectObject.toString()public UpdateAccessConfigRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.