Class ListTagsForCertificateResult
java.lang.Object
com.amazonaws.services.certificatemanager.model.ListTagsForCertificateResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getTags()
The key-value pairs that define the applied tags.int
hashCode()
void
setTags
(Collection<Tag> tags) The key-value pairs that define the applied tags.toString()
Returns a string representation of this object; useful for testing and debugging.The key-value pairs that define the applied tags.withTags
(Collection<Tag> tags) The key-value pairs that define the applied tags.
-
Constructor Details
-
ListTagsForCertificateResult
public ListTagsForCertificateResult()
-
-
Method Details
-
getTags
The key-value pairs that define the applied tags.
- Returns:
- The key-value pairs that define the applied tags.
-
setTags
The key-value pairs that define the applied tags.
- Parameters:
tags
- The key-value pairs that define the applied tags.
-
withTags
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)
orwithTags(java.util.Collection)
if you want to override the existing values.- Parameters:
tags
- The key-value pairs that define the applied tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTags
The key-value pairs that define the applied tags.
- Parameters:
tags
- The key-value pairs that define the applied tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-