7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/cloudformation/CloudFormationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/cloudformation/model/StackStatus.h>
16namespace CloudFormation
51 template<
typename NextTokenT = Aws::String>
52 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
53 template<
typename NextTokenT = Aws::String>
66 template<
typename StackStatusFilterT = Aws::Vector<StackStatus>>
67 void SetStackStatusFilter(StackStatusFilterT&& value) { m_stackStatusFilterHasBeenSet =
true; m_stackStatusFilter = std::forward<StackStatusFilterT>(value); }
68 template<
typename StackStatusFilterT = Aws::Vector<StackStatus>>
75 bool m_nextTokenHasBeenSet =
false;
78 bool m_stackStatusFilterHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector