@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OnPremisesTagSet extends Object implements Serializable, Cloneable, StructuredPojo
Information about groups of on-premises instance tags.
| Constructor and Description |
|---|
OnPremisesTagSet() |
| Modifier and Type | Method and Description |
|---|---|
OnPremisesTagSet |
clone() |
boolean |
equals(Object obj) |
List<List<TagFilter>> |
getOnPremisesTagSetList()
A list containing other lists of on-premises instance tag groups.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setOnPremisesTagSetList(Collection<List<TagFilter>> onPremisesTagSetList)
A list containing other lists of on-premises instance tag groups.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
OnPremisesTagSet |
withOnPremisesTagSetList(Collection<List<TagFilter>> onPremisesTagSetList)
A list containing other lists of on-premises instance tag groups.
|
OnPremisesTagSet |
withOnPremisesTagSetList(List<TagFilter>... onPremisesTagSetList)
A list containing other lists of on-premises instance tag groups.
|
public List<List<TagFilter>> getOnPremisesTagSetList()
A list containing other lists of on-premises 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 setOnPremisesTagSetList(Collection<List<TagFilter>> onPremisesTagSetList)
A list containing other lists of on-premises 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.
onPremisesTagSetList - A list containing other lists of on-premises 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 OnPremisesTagSet withOnPremisesTagSetList(List<TagFilter>... onPremisesTagSetList)
A list containing other lists of on-premises 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
setOnPremisesTagSetList(java.util.Collection) or withOnPremisesTagSetList(java.util.Collection)
if you want to override the existing values.
onPremisesTagSetList - A list containing other lists of on-premises 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 OnPremisesTagSet withOnPremisesTagSetList(Collection<List<TagFilter>> onPremisesTagSetList)
A list containing other lists of on-premises 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.
onPremisesTagSetList - A list containing other lists of on-premises 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 OnPremisesTagSet clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.