/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about Amazon Web Services CloudFormation stacks. You can use up
* to 500 stacks to specify which Amazon Web Services resources in your account to
* analyze. For more information, see Stacks
* in the Amazon Web Services CloudFormation User Guide. See
* Also:
AWS
* API Reference
An array of CloudFormation stack names.
*/ inline const Aws::VectorAn array of CloudFormation stack names.
*/ inline bool StackNamesHasBeenSet() const { return m_stackNamesHasBeenSet; } /** *An array of CloudFormation stack names.
*/ inline void SetStackNames(const Aws::VectorAn array of CloudFormation stack names.
*/ inline void SetStackNames(Aws::VectorAn array of CloudFormation stack names.
*/ inline CloudFormationCollection& WithStackNames(const Aws::VectorAn array of CloudFormation stack names.
*/ inline CloudFormationCollection& WithStackNames(Aws::VectorAn array of CloudFormation stack names.
*/ inline CloudFormationCollection& AddStackNames(const Aws::String& value) { m_stackNamesHasBeenSet = true; m_stackNames.push_back(value); return *this; } /** *An array of CloudFormation stack names.
*/ inline CloudFormationCollection& AddStackNames(Aws::String&& value) { m_stackNamesHasBeenSet = true; m_stackNames.push_back(std::move(value)); return *this; } /** *An array of CloudFormation stack names.
*/ inline CloudFormationCollection& AddStackNames(const char* value) { m_stackNamesHasBeenSet = true; m_stackNames.push_back(value); return *this; } private: Aws::Vector