7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename URIT = Aws::String>
48 void SetURI(URIT&& value) { m_uRIHasBeenSet =
true; m_uRI = std::forward<URIT>(value); }
49 template<
typename URIT = Aws::String>
60 template<
typename AccountIdT = Aws::String>
61 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
62 template<
typename AccountIdT = Aws::String>
72 template<
typename TypeT = Aws::String>
73 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
74 template<
typename TypeT = Aws::String>
84 template<
typename NameT = Aws::String>
85 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
86 template<
typename NameT = Aws::String>
92 bool m_uRIHasBeenSet =
false;
95 bool m_accountIdHasBeenSet =
false;
98 bool m_typeHasBeenSet =
false;
101 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