@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CloudFormationCollectionFilter extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
CloudFormationCollectionFilter() |
| Modifier and Type | Method and Description |
|---|---|
CloudFormationCollectionFilter |
clone() |
boolean |
equals(Object obj) |
List<String> |
getStackNames() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStackNames(Collection<String> stackNames) |
String |
toString()
Returns a string representation of this object.
|
CloudFormationCollectionFilter |
withStackNames(Collection<String> stackNames) |
CloudFormationCollectionFilter |
withStackNames(String... stackNames)
NOTE: This method appends the values to the existing list (if any).
|
public void setStackNames(Collection<String> stackNames)
stackNames - public CloudFormationCollectionFilter withStackNames(String... stackNames)
NOTE: This method appends the values to the existing list (if any). Use
setStackNames(java.util.Collection) or withStackNames(java.util.Collection) if you want to
override the existing values.
stackNames - public CloudFormationCollectionFilter withStackNames(Collection<String> stackNames)
stackNames - public String toString()
toString in class ObjectObject.toString()public CloudFormationCollectionFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.