@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccessConfigResponse extends Object implements Serializable, Cloneable, StructuredPojo
The access configuration for the cluster.
Constructor and Description |
---|
AccessConfigResponse() |
Modifier and Type | Method and Description |
---|---|
AccessConfigResponse |
clone() |
boolean |
equals(Object obj) |
String |
getAuthenticationMode()
The current authentication mode of the cluster.
|
Boolean |
getBootstrapClusterCreatorAdminPermissions()
Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster
creation time.
|
int |
hashCode() |
Boolean |
isBootstrapClusterCreatorAdminPermissions()
Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster
creation time.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAuthenticationMode(String authenticationMode)
The current authentication mode of the cluster.
|
void |
setBootstrapClusterCreatorAdminPermissions(Boolean bootstrapClusterCreatorAdminPermissions)
Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster
creation time.
|
String |
toString()
Returns a string representation of this object.
|
AccessConfigResponse |
withAuthenticationMode(AuthenticationMode authenticationMode)
The current authentication mode of the cluster.
|
AccessConfigResponse |
withAuthenticationMode(String authenticationMode)
The current authentication mode of the cluster.
|
AccessConfigResponse |
withBootstrapClusterCreatorAdminPermissions(Boolean bootstrapClusterCreatorAdminPermissions)
Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster
creation time.
|
public void setBootstrapClusterCreatorAdminPermissions(Boolean bootstrapClusterCreatorAdminPermissions)
Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time.
bootstrapClusterCreatorAdminPermissions
- Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during
cluster creation time.public Boolean getBootstrapClusterCreatorAdminPermissions()
Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time.
public AccessConfigResponse withBootstrapClusterCreatorAdminPermissions(Boolean bootstrapClusterCreatorAdminPermissions)
Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time.
bootstrapClusterCreatorAdminPermissions
- Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during
cluster creation time.public Boolean isBootstrapClusterCreatorAdminPermissions()
Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time.
public void setAuthenticationMode(String authenticationMode)
The current authentication mode of the cluster.
authenticationMode
- The current authentication mode of the cluster.AuthenticationMode
public String getAuthenticationMode()
The current authentication mode of the cluster.
AuthenticationMode
public AccessConfigResponse withAuthenticationMode(String authenticationMode)
The current authentication mode of the cluster.
authenticationMode
- The current authentication mode of the cluster.AuthenticationMode
public AccessConfigResponse withAuthenticationMode(AuthenticationMode authenticationMode)
The current authentication mode of the cluster.
authenticationMode
- The current authentication mode of the cluster.AuthenticationMode
public String toString()
toString
in class Object
Object.toString()
public AccessConfigResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.