@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsIamRolePolicy extends Object implements Serializable, Cloneable, StructuredPojo
An inline policy that is embedded in the role.
| Constructor and Description |
|---|
AwsIamRolePolicy() |
| Modifier and Type | Method and Description |
|---|---|
AwsIamRolePolicy |
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.
|
AwsIamRolePolicy |
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 AwsIamRolePolicy withPolicyName(String policyName)
The name of the policy.
policyName - The name of the policy.public String toString()
toString in class ObjectObject.toString()public AwsIamRolePolicy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.