ToCopyableBuilder<TagDescription.Builder,TagDescription>
@Generated("software.amazon.awssdk:codegen") public class TagDescription extends Object implements ToCopyableBuilder<TagDescription.Builder,TagDescription>
The tags associated with a load balancer.
Modifier and Type | Class | Description |
---|---|---|
static interface |
TagDescription.Builder |
Modifier and Type | Method | Description |
---|---|---|
static TagDescription.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
loadBalancerName() |
The name of the load balancer.
|
static Class<? extends TagDescription.Builder> |
serializableBuilderClass() |
|
List<Tag> |
tags() |
The tags.
|
TagDescription.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String loadBalancerName()
The name of the load balancer.
public TagDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TagDescription.Builder,TagDescription>
public static TagDescription.Builder builder()
public static Class<? extends TagDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.