7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename DescriptionT = Aws::String>
62 m_descriptionHasBeenSet =
true;
63 m_description = std::forward<DescriptionT>(value);
65 template <
typename DescriptionT = Aws::String>
78 template <
typename RegionT = Aws::String>
80 m_regionHasBeenSet =
true;
81 m_region = std::forward<RegionT>(value);
83 template <
typename RegionT = Aws::String>
96 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
98 m_parametersHasBeenSet =
true;
99 m_parameters = std::forward<ParametersT>(value);
101 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
106 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
108 m_parametersHasBeenSet =
true;
109 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
121 bool m_nameHasBeenSet =
false;
122 bool m_descriptionHasBeenSet =
false;
123 bool m_regionHasBeenSet =
false;
124 bool m_parametersHasBeenSet =
false;
PutResourceConfiguration & WithName(NameT &&value)
PutResourceConfiguration & WithDescription(DescriptionT &&value)
const Aws::String & GetName() const
const Aws::String & GetRegion() const
void SetParameters(ParametersT &&value)
bool DescriptionHasBeenSet() const
AWS_DATAZONE_API PutResourceConfiguration()=default
PutResourceConfiguration & WithRegion(RegionT &&value)
bool ParametersHasBeenSet() const
bool NameHasBeenSet() const
PutResourceConfiguration & WithParameters(ParametersT &&value)
void SetRegion(RegionT &&value)
const Aws::Map< Aws::String, Aws::String > & GetParameters() const
AWS_DATAZONE_API PutResourceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDescription() const
PutResourceConfiguration & AddParameters(ParametersKeyT &&key, ParametersValueT &&value)
void SetName(NameT &&value)
void SetDescription(DescriptionT &&value)
AWS_DATAZONE_API PutResourceConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool RegionHasBeenSet() const
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
Aws::Utils::Json::JsonValue JsonValue