public class ListTagsForCertificateResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.util.List<Tag> |
tags
The key-value pairs that define the applied tags.
|
Constructor and Description |
---|
ListTagsForCertificateResult() |
Modifier and Type | Method and Description |
---|---|
ListTagsForCertificateResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<Tag> |
getTags()
The key-value pairs that define the applied tags.
|
int |
hashCode() |
void |
setTags(java.util.Collection<Tag> tags)
The key-value pairs that define the applied tags.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTagsForCertificateResult |
withTags(java.util.Collection<Tag> tags)
The key-value pairs that define the applied tags.
|
ListTagsForCertificateResult |
withTags(Tag... tags)
The key-value pairs that define the applied tags.
|
private java.util.List<Tag> tags
The key-value pairs that define the applied tags.
public java.util.List<Tag> getTags()
The key-value pairs that define the applied tags.
public void setTags(java.util.Collection<Tag> tags)
The key-value pairs that define the applied tags.
tags
- The key-value pairs that define the applied tags.public ListTagsForCertificateResult withTags(Tag... tags)
The key-value pairs that define the applied tags.
NOTE: This method appends the values to the existing list (if
any). Use setTags(java.util.Collection)
or
withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The key-value pairs that define the applied tags.public ListTagsForCertificateResult withTags(java.util.Collection<Tag> tags)
The key-value pairs that define the applied tags.
tags
- The key-value pairs that define the applied tags.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListTagsForCertificateResult clone()
clone
in class java.lang.Object