@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCloudFormationCollectionFilter extends Object implements Serializable, Cloneable, StructuredPojo
Contains the names of AWS CloudFormation stacks used to update a collection of stacks. You can specify up to 500 AWS CloudFormation stacks.
| Constructor and Description |
|---|
UpdateCloudFormationCollectionFilter() |
| Modifier and Type | Method and Description |
|---|---|
UpdateCloudFormationCollectionFilter |
clone() |
boolean |
equals(Object obj) |
List<String> |
getStackNames()
An array of the names of the AWS CloudFormation stacks to update.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStackNames(Collection<String> stackNames)
An array of the names of the AWS CloudFormation stacks to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateCloudFormationCollectionFilter |
withStackNames(Collection<String> stackNames)
An array of the names of the AWS CloudFormation stacks to update.
|
UpdateCloudFormationCollectionFilter |
withStackNames(String... stackNames)
An array of the names of the AWS CloudFormation stacks to update.
|
public UpdateCloudFormationCollectionFilter()
public List<String> getStackNames()
An array of the names of the AWS CloudFormation stacks to update. You can specify up to 500 AWS CloudFormation stacks.
public void setStackNames(Collection<String> stackNames)
An array of the names of the AWS CloudFormation stacks to update. You can specify up to 500 AWS CloudFormation stacks.
stackNames - An array of the names of the AWS CloudFormation stacks to update. You can specify up to 500 AWS
CloudFormation stacks.public UpdateCloudFormationCollectionFilter withStackNames(String... stackNames)
An array of the names of the AWS CloudFormation stacks to update. You can specify up to 500 AWS CloudFormation stacks.
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 - An array of the names of the AWS CloudFormation stacks to update. You can specify up to 500 AWS
CloudFormation stacks.public UpdateCloudFormationCollectionFilter withStackNames(Collection<String> stackNames)
An array of the names of the AWS CloudFormation stacks to update. You can specify up to 500 AWS CloudFormation stacks.
stackNames - An array of the names of the AWS CloudFormation stacks to update. You can specify up to 500 AWS
CloudFormation stacks.public String toString()
toString in class ObjectObject.toString()public UpdateCloudFormationCollectionFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.