@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides details for allowing no client authentication.
Constructor and Description |
---|
AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails() |
Modifier and Type | Method and Description |
---|---|
AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
Indicates whether unauthenticated is allowed or not.
|
int |
hashCode() |
Boolean |
isEnabled()
Indicates whether unauthenticated is allowed or not.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnabled(Boolean enabled)
Indicates whether unauthenticated is allowed or not.
|
String |
toString()
Returns a string representation of this object.
|
AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails |
withEnabled(Boolean enabled)
Indicates whether unauthenticated is allowed or not.
|
public AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails()
public void setEnabled(Boolean enabled)
Indicates whether unauthenticated is allowed or not.
enabled
- Indicates whether unauthenticated is allowed or not.public Boolean getEnabled()
Indicates whether unauthenticated is allowed or not.
public AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails withEnabled(Boolean enabled)
Indicates whether unauthenticated is allowed or not.
enabled
- Indicates whether unauthenticated is allowed or not.public Boolean isEnabled()
Indicates whether unauthenticated is allowed or not.
public String toString()
toString
in class Object
Object.toString()
public AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.