7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/elasticbeanstalk/ElasticBeanstalkRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace ElasticBeanstalk
50 template<
typename ApplicationNameT = Aws::String>
51 void SetApplicationName(ApplicationNameT&& value) { m_applicationNameHasBeenSet =
true; m_applicationName = std::forward<ApplicationNameT>(value); }
52 template<
typename ApplicationNameT = Aws::String>
66 template<
typename GroupNameT = Aws::String>
67 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
68 template<
typename GroupNameT = Aws::String>
82 template<
typename VersionLabelsT = Aws::Vector<Aws::String>>
83 void SetVersionLabels(VersionLabelsT&& value) { m_versionLabelsHasBeenSet =
true; m_versionLabels = std::forward<VersionLabelsT>(value); }
84 template<
typename VersionLabelsT = Aws::Vector<Aws::String>>
86 template<
typename VersionLabelsT = Aws::String>
92 bool m_applicationNameHasBeenSet =
false;
95 bool m_groupNameHasBeenSet =
false;
98 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