7#include <aws/resource-explorer-2/ResourceExplorer2_EXPORTS.h>
8#include <aws/core/utils/Document.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
23namespace ResourceExplorer2
77 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
85 bool m_dataHasBeenSet =
false;
88 bool m_lastReportedAtHasBeenSet =
false;
91 bool m_nameHasBeenSet =
false;
AWS_RESOURCEEXPLORER2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_RESOURCEEXPLORER2_API ResourceProperty()
bool DataHasBeenSet() const
bool NameHasBeenSet() const
ResourceProperty & WithName(const char *value)
void SetName(Aws::String &&value)
AWS_RESOURCEEXPLORER2_API ResourceProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceProperty & WithLastReportedAt(const Aws::Utils::DateTime &value)
void SetName(const char *value)
void SetData(Aws::Utils::Document &&value)
const Aws::String & GetName() const
AWS_RESOURCEEXPLORER2_API ResourceProperty(Aws::Utils::Json::JsonView jsonValue)
bool LastReportedAtHasBeenSet() const
void SetName(const Aws::String &value)
void SetData(const Aws::Utils::Document &value)
void SetLastReportedAt(Aws::Utils::DateTime &&value)
ResourceProperty & WithName(Aws::String &&value)
void SetLastReportedAt(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetLastReportedAt() const
ResourceProperty & WithLastReportedAt(Aws::Utils::DateTime &&value)
ResourceProperty & WithData(Aws::Utils::Document &&value)
ResourceProperty & WithData(const Aws::Utils::Document &value)
Aws::Utils::DocumentView GetData() const
ResourceProperty & WithName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue