23 namespace ElasticBeanstalk
55 inline void SetApplicationName(
const char* value) { m_applicationNameHasBeenSet =
true; m_applicationName.assign(value); }
106 inline void SetGroupName(
const char* value) { m_groupNameHasBeenSet =
true; m_groupName.assign(value); }
209 bool m_applicationNameHasBeenSet;
211 bool m_groupNameHasBeenSet;
213 bool m_versionLabelsHasBeenSet;
ComposeEnvironmentsRequest & WithGroupName(const char *value)
const Aws::String & GetGroupName() const
ComposeEnvironmentsRequest & WithGroupName(const Aws::String &value)
void SetApplicationName(const Aws::String &value)
ComposeEnvironmentsRequest & AddVersionLabels(const Aws::String &value)
#define AWS_ELASTICBEANSTALK_API
ComposeEnvironmentsRequest & AddVersionLabels(const char *value)
ComposeEnvironmentsRequest & WithGroupName(Aws::String &&value)
void SetVersionLabels(Aws::Vector< Aws::String > &&value)
std::vector< T, Aws::Allocator< T > > Vector
ComposeEnvironmentsRequest & WithVersionLabels(const Aws::Vector< Aws::String > &value)
void SetVersionLabels(const Aws::Vector< Aws::String > &value)
void SetGroupName(const Aws::String &value)
const Aws::String & GetApplicationName() const
void SetApplicationName(const char *value)
const Aws::Vector< Aws::String > & GetVersionLabels() const
ComposeEnvironmentsRequest & WithApplicationName(Aws::String &&value)
void SetApplicationName(Aws::String &&value)
ComposeEnvironmentsRequest & WithApplicationName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetGroupName(const char *value)
ComposeEnvironmentsRequest & WithApplicationName(const char *value)
ComposeEnvironmentsRequest & AddVersionLabels(Aws::String &&value)
void SetGroupName(Aws::String &&value)
ComposeEnvironmentsRequest & WithVersionLabels(Aws::Vector< Aws::String > &&value)
JSON (JavaScript Object Notation).