7#include <aws/appconfig/AppConfigRequest.h>
8#include <aws/appconfig/AppConfig_EXPORTS.h>
9#include <aws/appconfig/model/Monitor.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
39 template <
typename ApplicationIdT = Aws::String>
41 m_applicationIdHasBeenSet =
true;
42 m_applicationId = std::forward<ApplicationIdT>(value);
44 template <
typename ApplicationIdT = Aws::String>
57 template <
typename EnvironmentIdT = Aws::String>
59 m_environmentIdHasBeenSet =
true;
60 m_environmentId = std::forward<EnvironmentIdT>(value);
62 template <
typename EnvironmentIdT = Aws::String>
75 template <
typename NameT = Aws::String>
77 m_nameHasBeenSet =
true;
78 m_name = std::forward<NameT>(value);
80 template <
typename NameT = Aws::String>
82 SetName(std::forward<NameT>(value));
93 template <
typename DescriptionT = Aws::String>
95 m_descriptionHasBeenSet =
true;
96 m_description = std::forward<DescriptionT>(value);
98 template <
typename DescriptionT = Aws::String>
111 template <
typename MonitorsT = Aws::Vector<Monitor>>
113 m_monitorsHasBeenSet =
true;
114 m_monitors = std::forward<MonitorsT>(value);
116 template <
typename MonitorsT = Aws::Vector<Monitor>>
121 template <
typename MonitorsT = Monitor>
123 m_monitorsHasBeenSet =
true;
124 m_monitors.emplace_back(std::forward<MonitorsT>(value));
138 bool m_applicationIdHasBeenSet =
false;
139 bool m_environmentIdHasBeenSet =
false;
140 bool m_nameHasBeenSet =
false;
141 bool m_descriptionHasBeenSet =
false;
142 bool m_monitorsHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
const Aws::String & GetEnvironmentId() const
bool DescriptionHasBeenSet() const
void SetApplicationId(ApplicationIdT &&value)
bool NameHasBeenSet() const
UpdateEnvironmentRequest & WithEnvironmentId(EnvironmentIdT &&value)
UpdateEnvironmentRequest & WithMonitors(MonitorsT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDescription() const
UpdateEnvironmentRequest & WithName(NameT &&value)
UpdateEnvironmentRequest & WithApplicationId(ApplicationIdT &&value)
AWS_APPCONFIG_API Aws::String SerializePayload() const override
void SetMonitors(MonitorsT &&value)
void SetName(NameT &&value)
const Aws::String & GetName() const
void SetEnvironmentId(EnvironmentIdT &&value)
const Aws::String & GetApplicationId() const
UpdateEnvironmentRequest & AddMonitors(MonitorsT &&value)
bool EnvironmentIdHasBeenSet() const
bool MonitorsHasBeenSet() const
UpdateEnvironmentRequest & WithDescription(DescriptionT &&value)
bool ApplicationIdHasBeenSet() const
const Aws::Vector< Monitor > & GetMonitors() const
AWS_APPCONFIG_API UpdateEnvironmentRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector