7#include <aws/appconfig/AppConfigRequest.h>
8#include <aws/appconfig/AppConfig_EXPORTS.h>
9#include <aws/appconfig/model/Action.h>
10#include <aws/appconfig/model/ActionPoint.h>
11#include <aws/appconfig/model/Parameter.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
45 template <
typename NameT = Aws::String>
47 m_nameHasBeenSet =
true;
48 m_name = std::forward<NameT>(value);
50 template <
typename NameT = Aws::String>
52 SetName(std::forward<NameT>(value));
63 template <
typename DescriptionT = Aws::String>
65 m_descriptionHasBeenSet =
true;
66 m_description = std::forward<DescriptionT>(value);
68 template <
typename DescriptionT = Aws::String>
81 template <
typename ActionsT = Aws::Map<ActionPo
int, Aws::Vector<Action>>>
83 m_actionsHasBeenSet =
true;
84 m_actions = std::forward<ActionsT>(value);
86 template <
typename ActionsT = Aws::Map<ActionPo
int, Aws::Vector<Action>>>
92 m_actionsHasBeenSet =
true;
93 m_actions.emplace(key, value);
107 template <
typename ParametersT = Aws::Map<Aws::String, Parameter>>
109 m_parametersHasBeenSet =
true;
110 m_parameters = std::forward<ParametersT>(value);
112 template <
typename ParametersT = Aws::Map<Aws::String, Parameter>>
117 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Parameter>
119 m_parametersHasBeenSet =
true;
120 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
134 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
136 m_tagsHasBeenSet =
true;
137 m_tags = std::forward<TagsT>(value);
139 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
141 SetTags(std::forward<TagsT>(value));
144 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
146 m_tagsHasBeenSet =
true;
147 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
161 m_latestVersionNumberHasBeenSet =
true;
162 m_latestVersionNumber = value;
180 int m_latestVersionNumber{0};
181 bool m_nameHasBeenSet =
false;
182 bool m_descriptionHasBeenSet =
false;
183 bool m_actionsHasBeenSet =
false;
184 bool m_parametersHasBeenSet =
false;
185 bool m_tagsHasBeenSet =
false;
186 bool m_latestVersionNumberHasBeenSet =
false;
const Aws::Map< ActionPoint, Aws::Vector< Action > > & GetActions() const
CreateExtensionRequest & AddParameters(ParametersKeyT &&key, ParametersValueT &&value)
AWS_APPCONFIG_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetDescription() const
void SetLatestVersionNumber(int value)
CreateExtensionRequest & WithDescription(DescriptionT &&value)
CreateExtensionRequest & WithActions(ActionsT &&value)
bool ActionsHasBeenSet() const
void SetTags(TagsT &&value)
CreateExtensionRequest & WithName(NameT &&value)
AWS_APPCONFIG_API CreateExtensionRequest()=default
const Aws::Map< Aws::String, Parameter > & GetParameters() const
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
bool NameHasBeenSet() const
AWS_APPCONFIG_API Aws::String SerializePayload() const override
CreateExtensionRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetName() const
virtual const char * GetServiceRequestName() const override
bool TagsHasBeenSet() const
int GetLatestVersionNumber() const
void SetParameters(ParametersT &&value)
bool LatestVersionNumberHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateExtensionRequest & WithTags(TagsT &&value)
void SetName(NameT &&value)
void SetActions(ActionsT &&value)
bool ParametersHasBeenSet() const
CreateExtensionRequest & WithLatestVersionNumber(int value)
CreateExtensionRequest & AddActions(ActionPoint key, Aws::Vector< Action > value)
CreateExtensionRequest & WithParameters(ParametersT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector