7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
20namespace ElasticBeanstalk {
35 const char* locationValue)
const;
44 template <
typename PlatformNameT = Aws::String>
46 m_platformNameHasBeenSet =
true;
47 m_platformName = std::forward<PlatformNameT>(value);
49 template <
typename PlatformNameT = Aws::String>
62 template <
typename BranchNameT = Aws::String>
64 m_branchNameHasBeenSet =
true;
65 m_branchName = std::forward<BranchNameT>(value);
67 template <
typename BranchNameT = Aws::String>
82 template <
typename LifecycleStateT = Aws::String>
84 m_lifecycleStateHasBeenSet =
true;
85 m_lifecycleState = std::forward<LifecycleStateT>(value);
87 template <
typename LifecycleStateT = Aws::String>
105 m_branchOrderHasBeenSet =
true;
106 m_branchOrder = value;
122 template <
typename SupportedTierListT = Aws::Vector<Aws::String>>
124 m_supportedTierListHasBeenSet =
true;
125 m_supportedTierList = std::forward<SupportedTierListT>(value);
127 template <
typename SupportedTierListT = Aws::Vector<Aws::String>>
132 template <
typename SupportedTierListT = Aws::String>
134 m_supportedTierListHasBeenSet =
true;
135 m_supportedTierList.emplace_back(std::forward<SupportedTierListT>(value));
146 int m_branchOrder{0};
149 bool m_platformNameHasBeenSet =
false;
150 bool m_branchNameHasBeenSet =
false;
151 bool m_lifecycleStateHasBeenSet =
false;
152 bool m_branchOrderHasBeenSet =
false;
153 bool m_supportedTierListHasBeenSet =
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