ToCopyableBuilder<DescribePermissionsResponse.Builder,DescribePermissionsResponse>@Generated("software.amazon.awssdk:codegen") public class DescribePermissionsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribePermissionsResponse.Builder,DescribePermissionsResponse>
Contains the response to a DescribePermissions request.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DescribePermissionsResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static DescribePermissionsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<Permission> |
permissions() |
An array of
Permission objects that describe the stack permissions. |
static Class<? extends DescribePermissionsResponse.Builder> |
serializableBuilderClass() |
|
DescribePermissionsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<Permission> permissions()
An array of Permission objects that describe the stack permissions.
If the request object contains only a stack ID, the array contains a Permission object with
permissions for each of the stack IAM ARNs.
If the request object contains only an IAM ARN, the array contains a Permission object with
permissions for each of the user's stack IDs.
If the request contains a stack ID and an IAM ARN, the array contains a single Permission object
with permissions for the specified stack and IAM ARN.
Permission objects that describe the stack permissions.
If the request object contains only a stack ID, the array contains a Permission object with
permissions for each of the stack IAM ARNs.
If the request object contains only an IAM ARN, the array contains a Permission object with
permissions for each of the user's stack IDs.
If the request contains a stack ID and an IAM ARN, the array contains a single Permission
object with permissions for the specified stack and IAM ARN.
public DescribePermissionsResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DescribePermissionsResponse.Builder,DescribePermissionsResponse>public static DescribePermissionsResponse.Builder builder()
public static Class<? extends DescribePermissionsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.