7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace ElasticBeanstalk
39 AWS_ELASTICBEANSTALK_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
49 template<
typename PlatformNameT = Aws::String>
50 void SetPlatformName(PlatformNameT&& value) { m_platformNameHasBeenSet =
true; m_platformName = std::forward<PlatformNameT>(value); }
51 template<
typename PlatformNameT = Aws::String>
61 template<
typename BranchNameT = Aws::String>
62 void SetBranchName(BranchNameT&& value) { m_branchNameHasBeenSet =
true; m_branchName = std::forward<BranchNameT>(value); }
63 template<
typename BranchNameT = Aws::String>
75 template<
typename LifecycleStateT = Aws::String>
76 void SetLifecycleState(LifecycleStateT&& value) { m_lifecycleStateHasBeenSet =
true; m_lifecycleState = std::forward<LifecycleStateT>(value); }
77 template<
typename LifecycleStateT = Aws::String>
91 inline void SetBranchOrder(
int value) { m_branchOrderHasBeenSet =
true; m_branchOrder = value; }
103 template<
typename SupportedTierListT = Aws::Vector<Aws::String>>
104 void SetSupportedTierList(SupportedTierListT&& value) { m_supportedTierListHasBeenSet =
true; m_supportedTierList = std::forward<SupportedTierListT>(value); }
105 template<
typename SupportedTierListT = Aws::Vector<Aws::String>>
107 template<
typename SupportedTierListT = Aws::String>
113 bool m_platformNameHasBeenSet =
false;
116 bool m_branchNameHasBeenSet =
false;
119 bool m_lifecycleStateHasBeenSet =
false;
121 int m_branchOrder{0};
122 bool m_branchOrderHasBeenSet =
false;
125 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