7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticbeanstalk/ElasticBeanstalkRequest.h>
10#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
15namespace ElasticBeanstalk {
46 template <
typename ApplicationNameT = Aws::String>
48 m_applicationNameHasBeenSet =
true;
49 m_applicationName = std::forward<ApplicationNameT>(value);
51 template <
typename ApplicationNameT = Aws::String>
68 template <
typename GroupNameT = Aws::String>
70 m_groupNameHasBeenSet =
true;
71 m_groupName = std::forward<GroupNameT>(value);
73 template <
typename GroupNameT = Aws::String>
90 template <
typename VersionLabelsT = Aws::Vector<Aws::String>>
92 m_versionLabelsHasBeenSet =
true;
93 m_versionLabels = std::forward<VersionLabelsT>(value);
95 template <
typename VersionLabelsT = Aws::Vector<Aws::String>>
100 template <
typename VersionLabelsT = Aws::String>
102 m_versionLabelsHasBeenSet =
true;
103 m_versionLabels.emplace_back(std::forward<VersionLabelsT>(value));
113 bool m_applicationNameHasBeenSet =
false;
114 bool m_groupNameHasBeenSet =
false;
115 bool m_versionLabelsHasBeenSet =
false;
AWS_ELASTICBEANSTALK_API Aws::String SerializePayload() const override
const Aws::String & GetApplicationName() const
ComposeEnvironmentsRequest & WithApplicationName(ApplicationNameT &&value)
bool VersionLabelsHasBeenSet() const
AWS_ELASTICBEANSTALK_API ComposeEnvironmentsRequest()=default
AWS_ELASTICBEANSTALK_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::Vector< Aws::String > & GetVersionLabels() const
ComposeEnvironmentsRequest & AddVersionLabels(VersionLabelsT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetGroupName() const
bool GroupNameHasBeenSet() const
void SetApplicationName(ApplicationNameT &&value)
ComposeEnvironmentsRequest & WithGroupName(GroupNameT &&value)
void SetVersionLabels(VersionLabelsT &&value)
void SetGroupName(GroupNameT &&value)
bool ApplicationNameHasBeenSet() const
ComposeEnvironmentsRequest & WithVersionLabels(VersionLabelsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector