7#include <aws/timestream-influxdb/TimestreamInfluxDB_EXPORTS.h>
8#include <aws/timestream-influxdb/TimestreamInfluxDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/timestream-influxdb/model/Parameters.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
16namespace TimestreamInfluxDB
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
58 template<
typename DescriptionT = Aws::String>
59 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
60 template<
typename DescriptionT = Aws::String>
70 template<
typename ParametersT = Parameters>
71 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
72 template<
typename ParametersT = Parameters>
82 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
83 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
84 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
86 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
88 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
94 bool m_nameHasBeenSet =
false;
97 bool m_descriptionHasBeenSet =
false;
100 bool m_parametersHasBeenSet =
false;
103 bool m_tagsHasBeenSet =
false;
const Aws::String & GetDescription() const
void SetTags(TagsT &&value)
bool NameHasBeenSet() const
const Parameters & GetParameters() const
AWS_TIMESTREAMINFLUXDB_API CreateDbParameterGroupRequest()=default
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool DescriptionHasBeenSet() const
const Aws::String & GetName() const
CreateDbParameterGroupRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateDbParameterGroupRequest & WithTags(TagsT &&value)
void SetDescription(DescriptionT &&value)
CreateDbParameterGroupRequest & WithParameters(ParametersT &&value)
AWS_TIMESTREAMINFLUXDB_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateDbParameterGroupRequest & WithName(NameT &&value)
void SetParameters(ParametersT &&value)
CreateDbParameterGroupRequest & WithDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
bool ParametersHasBeenSet() const
void SetName(NameT &&value)
AWS_TIMESTREAMINFLUXDB_API Aws::String SerializePayload() const override
bool TagsHasBeenSet() const
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