@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePermissionSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribePermissionSetResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribePermissionSetResult |
clone() |
boolean |
equals(Object obj) |
PermissionSet |
getPermissionSet()
Describes the level of access on an AWS account.
|
int |
hashCode() |
void |
setPermissionSet(PermissionSet permissionSet)
Describes the level of access on an AWS account.
|
String |
toString()
Returns a string representation of this object.
|
DescribePermissionSetResult |
withPermissionSet(PermissionSet permissionSet)
Describes the level of access on an AWS account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPermissionSet(PermissionSet permissionSet)
Describes the level of access on an AWS account.
permissionSet - Describes the level of access on an AWS account.public PermissionSet getPermissionSet()
Describes the level of access on an AWS account.
public DescribePermissionSetResult withPermissionSet(PermissionSet permissionSet)
Describes the level of access on an AWS account.
permissionSet - Describes the level of access on an AWS account.public String toString()
toString in class ObjectObject.toString()public DescribePermissionSetResult clone()