AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UnprocessedGraph.h
1
6#pragma once
7#include <aws/detective/Detective_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Detective
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_DETECTIVE_API UnprocessedGraph();
36 AWS_DETECTIVE_API UnprocessedGraph(Aws::Utils::Json::JsonView jsonValue);
38 AWS_DETECTIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetGraphArn() const{ return m_graphArn; }
46 inline bool GraphArnHasBeenSet() const { return m_graphArnHasBeenSet; }
47 inline void SetGraphArn(const Aws::String& value) { m_graphArnHasBeenSet = true; m_graphArn = value; }
48 inline void SetGraphArn(Aws::String&& value) { m_graphArnHasBeenSet = true; m_graphArn = std::move(value); }
49 inline void SetGraphArn(const char* value) { m_graphArnHasBeenSet = true; m_graphArn.assign(value); }
50 inline UnprocessedGraph& WithGraphArn(const Aws::String& value) { SetGraphArn(value); return *this;}
51 inline UnprocessedGraph& WithGraphArn(Aws::String&& value) { SetGraphArn(std::move(value)); return *this;}
52 inline UnprocessedGraph& WithGraphArn(const char* value) { SetGraphArn(value); return *this;}
54
56
60 inline const Aws::String& GetReason() const{ return m_reason; }
61 inline bool ReasonHasBeenSet() const { return m_reasonHasBeenSet; }
62 inline void SetReason(const Aws::String& value) { m_reasonHasBeenSet = true; m_reason = value; }
63 inline void SetReason(Aws::String&& value) { m_reasonHasBeenSet = true; m_reason = std::move(value); }
64 inline void SetReason(const char* value) { m_reasonHasBeenSet = true; m_reason.assign(value); }
65 inline UnprocessedGraph& WithReason(const Aws::String& value) { SetReason(value); return *this;}
66 inline UnprocessedGraph& WithReason(Aws::String&& value) { SetReason(std::move(value)); return *this;}
67 inline UnprocessedGraph& WithReason(const char* value) { SetReason(value); return *this;}
69 private:
70
71 Aws::String m_graphArn;
72 bool m_graphArnHasBeenSet = false;
73
74 Aws::String m_reason;
75 bool m_reasonHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace Detective
80} // namespace Aws
void SetReason(const Aws::String &value)
UnprocessedGraph & WithReason(const char *value)
UnprocessedGraph & WithReason(const Aws::String &value)
AWS_DETECTIVE_API UnprocessedGraph & operator=(Aws::Utils::Json::JsonView jsonValue)
UnprocessedGraph & WithReason(Aws::String &&value)
UnprocessedGraph & WithGraphArn(Aws::String &&value)
const Aws::String & GetGraphArn() const
UnprocessedGraph & WithGraphArn(const char *value)
UnprocessedGraph & WithGraphArn(const Aws::String &value)
AWS_DETECTIVE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetGraphArn(const Aws::String &value)
const Aws::String & GetReason() const
AWS_DETECTIVE_API UnprocessedGraph(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue