7#include <aws/detective/Detective_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
49 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
71 bool m_arnHasBeenSet =
false;
74 bool m_createdTimeHasBeenSet =
false;
Graph & WithArn(Aws::String &&value)
Graph & WithCreatedTime(const Aws::Utils::DateTime &value)
void SetCreatedTime(const Aws::Utils::DateTime &value)
bool ArnHasBeenSet() const
AWS_DETECTIVE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetArn(Aws::String &&value)
Graph & WithCreatedTime(Aws::Utils::DateTime &&value)
bool CreatedTimeHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedTime() const
AWS_DETECTIVE_API Graph & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetArn(const char *value)
AWS_DETECTIVE_API Graph()
Graph & WithArn(const char *value)
Graph & WithArn(const Aws::String &value)
AWS_DETECTIVE_API Graph(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedTime(Aws::Utils::DateTime &&value)
const Aws::String & GetArn() const
void SetArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue