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