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>
41 template <
typename IdentifierT = Aws::String>
43 m_identifierHasBeenSet =
true;
44 m_identifier = std::forward<IdentifierT>(value);
46 template <
typename IdentifierT = Aws::String>
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
95 template <
typename RegionT = Aws::String>
97 m_regionHasBeenSet =
true;
98 m_region = std::forward<RegionT>(value);
100 template <
typename RegionT = Aws::String>
113 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
115 m_parametersHasBeenSet =
true;
116 m_parameters = std::forward<ParametersT>(value);
118 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
123 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
125 m_parametersHasBeenSet =
true;
126 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
140 bool m_identifierHasBeenSet =
false;
141 bool m_nameHasBeenSet =
false;
142 bool m_descriptionHasBeenSet =
false;
143 bool m_regionHasBeenSet =
false;
144 bool m_parametersHasBeenSet =
false;
AWS_DATAZONE_API ResourceConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API ResourceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ParametersHasBeenSet() const
void SetName(NameT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRegion() const
void SetIdentifier(IdentifierT &&value)
const Aws::String & GetIdentifier() const
const Aws::String & GetDescription() const
AWS_DATAZONE_API ResourceConfiguration()=default
bool DescriptionHasBeenSet() const
void SetParameters(ParametersT &&value)
ResourceConfiguration & AddParameters(ParametersKeyT &&key, ParametersValueT &&value)
bool IdentifierHasBeenSet() const
ResourceConfiguration & WithParameters(ParametersT &&value)
ResourceConfiguration & WithRegion(RegionT &&value)
ResourceConfiguration & WithDescription(DescriptionT &&value)
ResourceConfiguration & WithName(NameT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetName() const
const Aws::Map< Aws::String, Aws::String > & GetParameters() const
bool RegionHasBeenSet() const
ResourceConfiguration & WithIdentifier(IdentifierT &&value)
void SetRegion(RegionT &&value)
bool NameHasBeenSet() 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