7#include <aws/detective/Detective_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
35 AWS_DETECTIVE_API
Graph() =
default;
47 template<
typename ArnT = Aws::String>
48 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
49 template<
typename ArnT = Aws::String>
61 template<
typename CreatedTimeT = Aws::Utils::DateTime>
62 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
63 template<
typename CreatedTimeT = Aws::Utils::DateTime>
69 bool m_arnHasBeenSet =
false;
72 bool m_createdTimeHasBeenSet =
false;
Graph & WithCreatedTime(CreatedTimeT &&value)
bool ArnHasBeenSet() const
AWS_DETECTIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DETECTIVE_API Graph()=default
Graph & WithArn(ArnT &&value)
bool CreatedTimeHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedTime() const
AWS_DETECTIVE_API Graph & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DETECTIVE_API Graph(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
void SetArn(ArnT &&value)
void SetCreatedTime(CreatedTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue