@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 inline policy that is attached to the permission set.
|
int |
hashCode() |
void |
setInlinePolicy(String inlinePolicy)
The inline policy that is attached to the permission set.
|
String |
toString()
Returns a string representation of this object.
|
GetInlinePolicyForPermissionSetResult |
withInlinePolicy(String inlinePolicy)
The inline policy that is attached to the permission set.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetInlinePolicyForPermissionSetResult()
public void setInlinePolicy(String inlinePolicy)
The inline policy that is attached to the permission set.
inlinePolicy
- The inline policy that is attached to the permission set.public String getInlinePolicy()
The inline policy that is attached to the permission set.
public GetInlinePolicyForPermissionSetResult withInlinePolicy(String inlinePolicy)
The inline policy that is attached to the permission set.
inlinePolicy
- The inline policy that is attached to the permission set.public String toString()
toString
in class Object
Object.toString()
public GetInlinePolicyForPermissionSetResult clone()