7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/cloudformation/model/RegionConcurrencyType.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/cloudformation/model/ConcurrencyMode.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
24namespace CloudFormation
45 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
126 inline void SetMaxConcurrentCount(
int value) { m_maxConcurrentCountHasBeenSet =
true; m_maxConcurrentCount = value; }
177 bool m_regionConcurrencyTypeHasBeenSet =
false;
180 bool m_regionOrderHasBeenSet =
false;
182 int m_failureToleranceCount;
183 bool m_failureToleranceCountHasBeenSet =
false;
185 int m_failureTolerancePercentage;
186 bool m_failureTolerancePercentageHasBeenSet =
false;
188 int m_maxConcurrentCount;
189 bool m_maxConcurrentCountHasBeenSet =
false;
191 int m_maxConcurrentPercentage;
192 bool m_maxConcurrentPercentageHasBeenSet =
false;
195 bool m_concurrencyModeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream