@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EC2TagSet extends Object implements Serializable, Cloneable, StructuredPojo
Information about groups of EC2 instance tags.
| Constructor and Description |
|---|
EC2TagSet() |
| Modifier and Type | Method and Description |
|---|---|
EC2TagSet |
clone() |
boolean |
equals(Object obj) |
List<List<EC2TagFilter>> |
getEc2TagSetList()
A list containing other lists of EC2 instance tag groups.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEc2TagSetList(Collection<List<EC2TagFilter>> ec2TagSetList)
A list containing other lists of EC2 instance tag groups.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
EC2TagSet |
withEc2TagSetList(Collection<List<EC2TagFilter>> ec2TagSetList)
A list containing other lists of EC2 instance tag groups.
|
EC2TagSet |
withEc2TagSetList(List<EC2TagFilter>... ec2TagSetList)
A list containing other lists of EC2 instance tag groups.
|
public List<List<EC2TagFilter>> getEc2TagSetList()
A list containing other lists of EC2 instance tag groups. In order for an instance to be included in the deployment group, it must be identified by all the tag groups in the list.
public void setEc2TagSetList(Collection<List<EC2TagFilter>> ec2TagSetList)
A list containing other lists of EC2 instance tag groups. In order for an instance to be included in the deployment group, it must be identified by all the tag groups in the list.
ec2TagSetList - A list containing other lists of EC2 instance tag groups. In order for an instance to be included in the
deployment group, it must be identified by all the tag groups in the list.public EC2TagSet withEc2TagSetList(List<EC2TagFilter>... ec2TagSetList)
A list containing other lists of EC2 instance tag groups. In order for an instance to be included in the deployment group, it must be identified by all the tag groups in the list.
NOTE: This method appends the values to the existing list (if any). Use
setEc2TagSetList(java.util.Collection) or withEc2TagSetList(java.util.Collection) if you want
to override the existing values.
ec2TagSetList - A list containing other lists of EC2 instance tag groups. In order for an instance to be included in the
deployment group, it must be identified by all the tag groups in the list.public EC2TagSet withEc2TagSetList(Collection<List<EC2TagFilter>> ec2TagSetList)
A list containing other lists of EC2 instance tag groups. In order for an instance to be included in the deployment group, it must be identified by all the tag groups in the list.
ec2TagSetList - A list containing other lists of EC2 instance tag groups. In order for an instance to be included in the
deployment group, it must be identified by all the tag groups in the list.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.