@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Iam extends Object implements Serializable, Cloneable, StructuredPojo
Details for IAM access control.
| Constructor and Description |
|---|
Iam() |
| Modifier and Type | Method and Description |
|---|---|
Iam |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
Indicates whether IAM access control is enabled.
|
int |
hashCode() |
Boolean |
isEnabled()
Indicates whether IAM access control is enabled.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEnabled(Boolean enabled)
Indicates whether IAM access control is enabled.
|
String |
toString()
Returns a string representation of this object.
|
Iam |
withEnabled(Boolean enabled)
Indicates whether IAM access control is enabled.
|
public void setEnabled(Boolean enabled)
Indicates whether IAM access control is enabled.
enabled - Indicates whether IAM access control is enabled.
public Boolean getEnabled()
Indicates whether IAM access control is enabled.
Indicates whether IAM access control is enabled.
public Iam withEnabled(Boolean enabled)
Indicates whether IAM access control is enabled.
enabled - Indicates whether IAM access control is enabled.
public Boolean isEnabled()
Indicates whether IAM access control is enabled.
Indicates whether IAM access control is enabled.
public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.