@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 that contains other lists of on-premises instance tag groups.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOnPremisesTagSetList(Collection<List<TagFilter>> onPremisesTagSetList)
A list that contains other lists of on-premises instance tag groups.
|
String |
toString()
Returns a string representation of this object.
|
OnPremisesTagSet |
withOnPremisesTagSetList(Collection<List<TagFilter>> onPremisesTagSetList)
A list that contains other lists of on-premises instance tag groups.
|
OnPremisesTagSet |
withOnPremisesTagSetList(List<TagFilter>... onPremisesTagSetList)
A list that contains other lists of on-premises instance tag groups.
|
public List<List<TagFilter>> getOnPremisesTagSetList()
A list that contains other lists of on-premises instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.
public void setOnPremisesTagSetList(Collection<List<TagFilter>> onPremisesTagSetList)
A list that contains other lists of on-premises instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.
onPremisesTagSetList
- A list that contains other lists of on-premises instance tag groups. For an instance to be included in the
deployment group, it must be identified by all of the tag groups in the list.public OnPremisesTagSet withOnPremisesTagSetList(List<TagFilter>... onPremisesTagSetList)
A list that contains other lists of on-premises instance tag groups. For an instance to be included in the deployment group, it must be identified by all of 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 that contains other lists of on-premises instance tag groups. For an instance to be included in the
deployment group, it must be identified by all of the tag groups in the list.public OnPremisesTagSet withOnPremisesTagSetList(Collection<List<TagFilter>> onPremisesTagSetList)
A list that contains other lists of on-premises instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.
onPremisesTagSetList
- A list that contains other lists of on-premises instance tag groups. For an instance to be included in the
deployment group, it must be identified by all of the tag groups in the list.public String toString()
toString
in class Object
Object.toString()
public OnPremisesTagSet clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.