AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ClassificationResultStatus.h
1
6#pragma once
7#include <aws/macie2/Macie2_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 Macie2
22{
23namespace Model
24{
25
33 {
34 public:
38 AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
52 inline const Aws::String& GetCode() const{ return m_code; }
53 inline bool CodeHasBeenSet() const { return m_codeHasBeenSet; }
54 inline void SetCode(const Aws::String& value) { m_codeHasBeenSet = true; m_code = value; }
55 inline void SetCode(Aws::String&& value) { m_codeHasBeenSet = true; m_code = std::move(value); }
56 inline void SetCode(const char* value) { m_codeHasBeenSet = true; m_code.assign(value); }
57 inline ClassificationResultStatus& WithCode(const Aws::String& value) { SetCode(value); return *this;}
58 inline ClassificationResultStatus& WithCode(Aws::String&& value) { SetCode(std::move(value)); return *this;}
59 inline ClassificationResultStatus& WithCode(const char* value) { SetCode(value); return *this;}
61
63
123 inline const Aws::String& GetReason() const{ return m_reason; }
124 inline bool ReasonHasBeenSet() const { return m_reasonHasBeenSet; }
125 inline void SetReason(const Aws::String& value) { m_reasonHasBeenSet = true; m_reason = value; }
126 inline void SetReason(Aws::String&& value) { m_reasonHasBeenSet = true; m_reason = std::move(value); }
127 inline void SetReason(const char* value) { m_reasonHasBeenSet = true; m_reason.assign(value); }
128 inline ClassificationResultStatus& WithReason(const Aws::String& value) { SetReason(value); return *this;}
129 inline ClassificationResultStatus& WithReason(Aws::String&& value) { SetReason(std::move(value)); return *this;}
130 inline ClassificationResultStatus& WithReason(const char* value) { SetReason(value); return *this;}
132 private:
133
134 Aws::String m_code;
135 bool m_codeHasBeenSet = false;
136
137 Aws::String m_reason;
138 bool m_reasonHasBeenSet = false;
139 };
140
141} // namespace Model
142} // namespace Macie2
143} // namespace Aws
ClassificationResultStatus & WithReason(Aws::String &&value)
ClassificationResultStatus & WithCode(Aws::String &&value)
ClassificationResultStatus & WithReason(const char *value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MACIE2_API ClassificationResultStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
ClassificationResultStatus & WithCode(const char *value)
ClassificationResultStatus & WithCode(const Aws::String &value)
ClassificationResultStatus & WithReason(const Aws::String &value)
AWS_MACIE2_API ClassificationResultStatus(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue