ToCopyableBuilder<PolicyDescription.Builder,PolicyDescription>
@Generated("software.amazon.awssdk:codegen") public class PolicyDescription extends Object implements ToCopyableBuilder<PolicyDescription.Builder,PolicyDescription>
Information about a policy.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PolicyDescription.Builder |
Modifier and Type | Method | Description |
---|---|---|
static PolicyDescription.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<PolicyAttributeDescription> |
policyAttributeDescriptions() |
The policy attributes.
|
String |
policyName() |
The name of the policy.
|
String |
policyTypeName() |
The name of the policy type.
|
static Class<? extends PolicyDescription.Builder> |
serializableBuilderClass() |
|
PolicyDescription.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String policyName()
The name of the policy.
public String policyTypeName()
The name of the policy type.
public List<PolicyAttributeDescription> policyAttributeDescriptions()
The policy attributes.
public PolicyDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PolicyDescription.Builder,PolicyDescription>
public static PolicyDescription.Builder builder()
public static Class<? extends PolicyDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.