@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StackInstanceFilter extends Object implements Serializable, Cloneable
The status that stack instances are filtered by.
| Constructor and Description |
|---|
StackInstanceFilter() |
| Modifier and Type | Method and Description |
|---|---|
StackInstanceFilter |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The type of filter to apply.
|
String |
getValues()
The status to filter by.
|
int |
hashCode() |
void |
setName(String name)
The type of filter to apply.
|
void |
setValues(String values)
The status to filter by.
|
String |
toString()
Returns a string representation of this object.
|
StackInstanceFilter |
withName(StackInstanceFilterName name)
The type of filter to apply.
|
StackInstanceFilter |
withName(String name)
The type of filter to apply.
|
StackInstanceFilter |
withValues(String values)
The status to filter by.
|
public void setName(String name)
The type of filter to apply.
name - The type of filter to apply.StackInstanceFilterNamepublic String getName()
The type of filter to apply.
StackInstanceFilterNamepublic StackInstanceFilter withName(String name)
The type of filter to apply.
name - The type of filter to apply.StackInstanceFilterNamepublic StackInstanceFilter withName(StackInstanceFilterName name)
The type of filter to apply.
name - The type of filter to apply.StackInstanceFilterNamepublic void setValues(String values)
The status to filter by.
values - The status to filter by.public String getValues()
The status to filter by.
public StackInstanceFilter withValues(String values)
The status to filter by.
values - The status to filter by.public String toString()
toString in class ObjectObject.toString()public StackInstanceFilter clone()
Copyright © 2022. All rights reserved.