@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetInlinePolicyForPermissionSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetInlinePolicyForPermissionSetResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetInlinePolicyForPermissionSetResult | clone() | 
| boolean | equals(Object obj) | 
| String | getInlinePolicy()
 The IAM inline policy that is attached to the permission set. | 
| int | hashCode() | 
| void | setInlinePolicy(String inlinePolicy)
 The IAM inline policy that is attached to the permission set. | 
| String | toString()Returns a string representation of this object. | 
| GetInlinePolicyForPermissionSetResult | withInlinePolicy(String inlinePolicy)
 The IAM inline policy that is attached to the permission set. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic GetInlinePolicyForPermissionSetResult()
public void setInlinePolicy(String inlinePolicy)
The IAM inline policy that is attached to the permission set.
inlinePolicy - The IAM inline policy that is attached to the permission set.public String getInlinePolicy()
The IAM inline policy that is attached to the permission set.
public GetInlinePolicyForPermissionSetResult withInlinePolicy(String inlinePolicy)
The IAM inline policy that is attached to the permission set.
inlinePolicy - The IAM inline policy that is attached to the permission set.public String toString()
toString in class ObjectObject.toString()public GetInlinePolicyForPermissionSetResult clone()