@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StackInstanceFilter extends Object implements Serializable, Cloneable
The filter to apply to stack instances
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.StackInstanceFilterName
public String getName()
The type of filter to apply.
StackInstanceFilterName
public StackInstanceFilter withName(String name)
The type of filter to apply.
name
- The type of filter to apply.StackInstanceFilterName
public StackInstanceFilter withName(StackInstanceFilterName name)
The type of filter to apply.
name
- The type of filter to apply.StackInstanceFilterName
public 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 Object
Object.toString()
public StackInstanceFilter clone()