7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appconfig/model/EnvironmentState.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/appconfig/model/Monitor.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
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>
54 template<
typename IdT = Aws::String>
55 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
56 template<
typename IdT = Aws::String>
65 template<
typename NameT = Aws::String>
66 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
67 template<
typename NameT = Aws::String>
76 template<
typename DescriptionT = Aws::String>
77 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
78 template<
typename DescriptionT = Aws::String>
98 template<
typename MonitorsT = Aws::Vector<Monitor>>
99 void SetMonitors(MonitorsT&& value) { m_monitorsHasBeenSet =
true; m_monitors = std::forward<MonitorsT>(value); }
100 template<
typename MonitorsT = Aws::Vector<Monitor>>
102 template<
typename MonitorsT = Monitor>
109 template<
typename RequestIdT = Aws::String>
110 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
111 template<
typename RequestIdT = Aws::String>
117 bool m_applicationIdHasBeenSet =
false;
120 bool m_idHasBeenSet =
false;
123 bool m_nameHasBeenSet =
false;
126 bool m_descriptionHasBeenSet =
false;
129 bool m_stateHasBeenSet =
false;
132 bool m_monitorsHasBeenSet =
false;
135 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< Monitor > & GetMonitors() const
GetEnvironmentResult & WithRequestId(RequestIdT &&value)
GetEnvironmentResult & WithState(EnvironmentState value)
void SetMonitors(MonitorsT &&value)
AWS_APPCONFIG_API GetEnvironmentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_APPCONFIG_API GetEnvironmentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetEnvironmentResult & WithApplicationId(ApplicationIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_APPCONFIG_API GetEnvironmentResult()=default
void SetApplicationId(ApplicationIdT &&value)
GetEnvironmentResult & WithDescription(DescriptionT &&value)
GetEnvironmentResult & WithId(IdT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetApplicationId() const
const Aws::String & GetName() const
const Aws::String & GetRequestId() const
GetEnvironmentResult & AddMonitors(MonitorsT &&value)
const Aws::String & GetDescription() const
void SetState(EnvironmentState value)
EnvironmentState GetState() const
const Aws::String & GetId() const
void SetName(NameT &&value)
GetEnvironmentResult & WithMonitors(MonitorsT &&value)
GetEnvironmentResult & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue