@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListTagsResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListTagsResponse.Builder
Builds instances of type
ListTagsResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListTagsResponse.Builder |
builder()
Creates a builder for
ListTagsResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListTagsResponse that have equal attribute values. |
List<Tag> |
getTags()
The policies
|
int |
hashCode()
Computes a hash code from attributes:
tags. |
String |
toString()
Prints the immutable value
ListTagsResponse with attribute values. |
public boolean equals(Object another)
ListTagsResponse that have equal attribute values.public int hashCode()
tags.public String toString()
ListTagsResponse with attribute values.public static ListTagsResponse.Builder builder()
ListTagsResponse.
ListTagsResponse.builder()
.tag|addAllTags(Tag) // tags elements
.build();
Copyright © 2020. All rights reserved.