@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TagKeys extends Object implements Serializable, Cloneable
A complex type that contains zero or more Tag elements.
| Constructor and Description |
|---|
TagKeys() |
| Modifier and Type | Method and Description |
|---|---|
TagKeys |
clone() |
boolean |
equals(Object obj) |
List<String> |
getItems()
A complex type that contains
Tag key elements. |
int |
hashCode() |
void |
setItems(Collection<String> items)
A complex type that contains
Tag key elements. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TagKeys |
withItems(Collection<String> items)
A complex type that contains
Tag key elements. |
TagKeys |
withItems(String... items)
A complex type that contains
Tag key elements. |
public List<String> getItems()
A complex type that contains Tag key elements.
Tag key elements.public void setItems(Collection<String> items)
A complex type that contains Tag key elements.
items - A complex type that contains Tag key elements.public TagKeys withItems(String... items)
A complex type that contains Tag key elements.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection) or withItems(java.util.Collection) if you want to override the
existing values.
items - A complex type that contains Tag key elements.public TagKeys withItems(Collection<String> items)
A complex type that contains Tag key elements.
items - A complex type that contains Tag key elements.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.