@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsIamUserPolicy extends Object implements Serializable, Cloneable, StructuredPojo
Information about an inline policy that is embedded in the user.
| Constructor and Description |
|---|
AwsIamUserPolicy() |
| Modifier and Type | Method and Description |
|---|---|
AwsIamUserPolicy |
clone() |
boolean |
equals(Object obj) |
String |
getPolicyName()
The name of the policy.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setPolicyName(String policyName)
The name of the policy.
|
String |
toString()
Returns a string representation of this object.
|
AwsIamUserPolicy |
withPolicyName(String policyName)
The name of the policy.
|
public void setPolicyName(String policyName)
The name of the policy.
policyName - The name of the policy.public String getPolicyName()
The name of the policy.
public AwsIamUserPolicy withPolicyName(String policyName)
The name of the policy.
policyName - The name of the policy.public String toString()
toString in class ObjectObject.toString()public AwsIamUserPolicy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.