7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fms/FMS_EXPORTS.h>
41 template <
typename URIT = Aws::String>
43 m_uRIHasBeenSet =
true;
44 m_uRI = std::forward<URIT>(value);
46 template <
typename URIT = Aws::String>
48 SetURI(std::forward<URIT>(value));
60 template <
typename AccountIdT = Aws::String>
62 m_accountIdHasBeenSet =
true;
63 m_accountId = std::forward<AccountIdT>(value);
65 template <
typename AccountIdT = Aws::String>
78 template <
typename TypeT = Aws::String>
80 m_typeHasBeenSet =
true;
81 m_type = std::forward<TypeT>(value);
83 template <
typename TypeT = Aws::String>
85 SetType(std::forward<TypeT>(value));
96 template <
typename NameT = Aws::String>
98 m_nameHasBeenSet =
true;
99 m_name = std::forward<NameT>(value);
101 template <
typename NameT = Aws::String>
103 SetName(std::forward<NameT>(value));
115 bool m_uRIHasBeenSet =
false;
116 bool m_accountIdHasBeenSet =
false;
117 bool m_typeHasBeenSet =
false;
118 bool m_nameHasBeenSet =
false;
DiscoveredResource & WithURI(URIT &&value)
void SetAccountId(AccountIdT &&value)
bool TypeHasBeenSet() const
const Aws::String & GetName() const
bool URIHasBeenSet() const
DiscoveredResource & WithType(TypeT &&value)
bool NameHasBeenSet() const
AWS_FMS_API DiscoveredResource & operator=(Aws::Utils::Json::JsonView jsonValue)
DiscoveredResource & WithAccountId(AccountIdT &&value)
const Aws::String & GetType() const
void SetURI(URIT &&value)
const Aws::String & GetURI() const
bool AccountIdHasBeenSet() const
void SetType(TypeT &&value)
const Aws::String & GetAccountId() const
AWS_FMS_API DiscoveredResource()=default
void SetName(NameT &&value)
DiscoveredResource & WithName(NameT &&value)
AWS_FMS_API DiscoveredResource(Aws::Utils::Json::JsonView jsonValue)
AWS_FMS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue