7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/detective/Detective_EXPORTS.h>
30 AWS_DETECTIVE_API
Graph() =
default;
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
61 template <
typename CreatedTimeT = Aws::Utils::DateTime>
63 m_createdTimeHasBeenSet =
true;
64 m_createdTime = std::forward<CreatedTimeT>(value);
66 template <
typename CreatedTimeT = Aws::Utils::DateTime>
76 bool m_arnHasBeenSet =
false;
77 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