7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/fis/FIS_EXPORTS.h>
41 template <
typename ResourceTypeT = Aws::String>
43 m_resourceTypeHasBeenSet =
true;
44 m_resourceType = std::forward<ResourceTypeT>(value);
46 template <
typename ResourceTypeT = Aws::String>
59 template <
typename TargetNameT = Aws::String>
61 m_targetNameHasBeenSet =
true;
62 m_targetName = std::forward<TargetNameT>(value);
64 template <
typename TargetNameT = Aws::String>
77 template <
typename TargetInformationT = Aws::Map<Aws::String, Aws::String>>
79 m_targetInformationHasBeenSet =
true;
80 m_targetInformation = std::forward<TargetInformationT>(value);
82 template <
typename TargetInformationT = Aws::Map<Aws::String, Aws::String>>
87 template <
typename TargetInformationKeyT = Aws::String,
typename TargetInformationValueT = Aws::String>
89 m_targetInformationHasBeenSet =
true;
90 m_targetInformation.emplace(std::forward<TargetInformationKeyT>(key), std::forward<TargetInformationValueT>(value));
100 bool m_resourceTypeHasBeenSet =
false;
101 bool m_targetNameHasBeenSet =
false;
102 bool m_targetInformationHasBeenSet =
false;
ResolvedTarget & AddTargetInformation(TargetInformationKeyT &&key, TargetInformationValueT &&value)
ResolvedTarget & WithResourceType(ResourceTypeT &&value)
AWS_FIS_API ResolvedTarget()=default
AWS_FIS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetResourceType() const
void SetTargetName(TargetNameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTargetInformation() const
void SetTargetInformation(TargetInformationT &&value)
AWS_FIS_API ResolvedTarget & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ResourceTypeHasBeenSet() const
AWS_FIS_API ResolvedTarget(Aws::Utils::Json::JsonView jsonValue)
bool TargetNameHasBeenSet() const
ResolvedTarget & WithTargetInformation(TargetInformationT &&value)
bool TargetInformationHasBeenSet() const
void SetResourceType(ResourceTypeT &&value)
ResolvedTarget & WithTargetName(TargetNameT &&value)
const Aws::String & GetTargetName() 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