7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/appconfig/AppConfigRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/appconfig/model/Monitor.h>
43 template<
typename ApplicationIdT = Aws::String>
44 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
45 template<
typename ApplicationIdT = Aws::String>
55 template<
typename EnvironmentIdT = Aws::String>
56 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
57 template<
typename EnvironmentIdT = Aws::String>
67 template<
typename NameT = Aws::String>
68 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
69 template<
typename NameT = Aws::String>
79 template<
typename DescriptionT = Aws::String>
80 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
81 template<
typename DescriptionT = Aws::String>
91 template<
typename MonitorsT = Aws::Vector<Monitor>>
92 void SetMonitors(MonitorsT&& value) { m_monitorsHasBeenSet =
true; m_monitors = std::forward<MonitorsT>(value); }
93 template<
typename MonitorsT = Aws::Vector<Monitor>>
95 template<
typename MonitorsT = Monitor>
101 bool m_applicationIdHasBeenSet =
false;
104 bool m_environmentIdHasBeenSet =
false;
107 bool m_nameHasBeenSet =
false;
110 bool m_descriptionHasBeenSet =
false;
113 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