7#include <aws/fis/FIS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
47 template<
typename ResourceTypeT = Aws::String>
48 void SetResourceType(ResourceTypeT&& value) { m_resourceTypeHasBeenSet =
true; m_resourceType = std::forward<ResourceTypeT>(value); }
49 template<
typename ResourceTypeT = Aws::String>
59 template<
typename TargetNameT = Aws::String>
60 void SetTargetName(TargetNameT&& value) { m_targetNameHasBeenSet =
true; m_targetName = std::forward<TargetNameT>(value); }
61 template<
typename TargetNameT = Aws::String>
71 template<
typename TargetInformationT = Aws::Map<Aws::String, Aws::String>>
72 void SetTargetInformation(TargetInformationT&& value) { m_targetInformationHasBeenSet =
true; m_targetInformation = std::forward<TargetInformationT>(value); }
73 template<
typename TargetInformationT = Aws::Map<Aws::String, Aws::String>>
75 template<
typename TargetInformationKeyT = Aws::String,
typename TargetInformationValueT = Aws::String>
77 m_targetInformationHasBeenSet =
true; m_targetInformation.emplace(std::forward<TargetInformationKeyT>(key), std::forward<TargetInformationValueT>(value));
return *
this;
83 bool m_resourceTypeHasBeenSet =
false;
86 bool m_targetNameHasBeenSet =
false;
89 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