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