@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPermissionsBoundaryForPermissionSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetPermissionsBoundaryForPermissionSetResult() |
| Modifier and Type | Method and Description |
|---|---|
GetPermissionsBoundaryForPermissionSetResult |
clone() |
boolean |
equals(Object obj) |
PermissionsBoundary |
getPermissionsBoundary()
The permissions boundary attached to the specified permission set.
|
int |
hashCode() |
void |
setPermissionsBoundary(PermissionsBoundary permissionsBoundary)
The permissions boundary attached to the specified permission set.
|
String |
toString()
Returns a string representation of this object.
|
GetPermissionsBoundaryForPermissionSetResult |
withPermissionsBoundary(PermissionsBoundary permissionsBoundary)
The permissions boundary attached to the specified permission set.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic GetPermissionsBoundaryForPermissionSetResult()
public void setPermissionsBoundary(PermissionsBoundary permissionsBoundary)
The permissions boundary attached to the specified permission set.
permissionsBoundary - The permissions boundary attached to the specified permission set.public PermissionsBoundary getPermissionsBoundary()
The permissions boundary attached to the specified permission set.
public GetPermissionsBoundaryForPermissionSetResult withPermissionsBoundary(PermissionsBoundary permissionsBoundary)
The permissions boundary attached to the specified permission set.
permissionsBoundary - The permissions boundary attached to the specified permission set.public String toString()
toString in class ObjectObject.toString()public GetPermissionsBoundaryForPermissionSetResult clone()