ToCopyableBuilder<GetGroupPolicyResponse.Builder,GetGroupPolicyResponse>
@Generated("software.amazon.awssdk:codegen") public class GetGroupPolicyResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetGroupPolicyResponse.Builder,GetGroupPolicyResponse>
Contains the response to a successful GetGroupPolicy request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetGroupPolicyResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetGroupPolicyResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
groupName() |
The group the policy is associated with.
|
int |
hashCode() |
|
String |
policyDocument() |
The policy document.
|
String |
policyName() |
The name of the policy.
|
static Class<? extends GetGroupPolicyResponse.Builder> |
serializableBuilderClass() |
|
GetGroupPolicyResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String groupName()
The group the policy is associated with.
public String policyName()
The name of the policy.
public String policyDocument()
The policy document.
public GetGroupPolicyResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetGroupPolicyResponse.Builder,GetGroupPolicyResponse>
public static GetGroupPolicyResponse.Builder builder()
public static Class<? extends GetGroupPolicyResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.