7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetURI(
Aws::String&& value) { m_uRIHasBeenSet =
true; m_uRI = std::move(value); }
49 inline void SetURI(
const char* value) { m_uRIHasBeenSet =
true; m_uRI.assign(value); }
64 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
78 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
92 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
100 bool m_uRIHasBeenSet =
false;
103 bool m_accountIdHasBeenSet =
false;
106 bool m_typeHasBeenSet =
false;
109 bool m_nameHasBeenSet =
false;
void SetAccountId(const Aws::String &value)
bool TypeHasBeenSet() const
const Aws::String & GetName() const
bool URIHasBeenSet() const
DiscoveredResource & WithAccountId(Aws::String &&value)
void SetName(Aws::String &&value)
DiscoveredResource & WithName(const Aws::String &value)
void SetType(Aws::String &&value)
void SetType(const char *value)
DiscoveredResource & WithType(Aws::String &&value)
bool NameHasBeenSet() const
AWS_FMS_API DiscoveredResource & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAccountId(const char *value)
DiscoveredResource & WithURI(const char *value)
DiscoveredResource & WithType(const char *value)
void SetAccountId(Aws::String &&value)
const Aws::String & GetType() const
DiscoveredResource & WithName(Aws::String &&value)
DiscoveredResource & WithURI(Aws::String &&value)
void SetURI(const Aws::String &value)
void SetURI(const char *value)
const Aws::String & GetURI() const
bool AccountIdHasBeenSet() const
DiscoveredResource & WithAccountId(const char *value)
void SetType(const Aws::String &value)
void SetURI(Aws::String &&value)
void SetName(const Aws::String &value)
const Aws::String & GetAccountId() const
DiscoveredResource & WithName(const char *value)
DiscoveredResource & WithURI(const Aws::String &value)
void SetName(const char *value)
AWS_FMS_API DiscoveredResource()
DiscoveredResource & WithType(const Aws::String &value)
AWS_FMS_API DiscoveredResource(Aws::Utils::Json::JsonView jsonValue)
DiscoveredResource & WithAccountId(const Aws::String &value)
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