AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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:
35 AWS_MACIE2_API ClassificationResultStatus() = default;
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 template<typename CodeT = Aws::String>
55 void SetCode(CodeT&& value) { m_codeHasBeenSet = true; m_code = std::forward<CodeT>(value); }
56 template<typename CodeT = Aws::String>
57 ClassificationResultStatus& WithCode(CodeT&& value) { SetCode(std::forward<CodeT>(value)); return *this;}
59
61
121 inline const Aws::String& GetReason() const { return m_reason; }
122 inline bool ReasonHasBeenSet() const { return m_reasonHasBeenSet; }
123 template<typename ReasonT = Aws::String>
124 void SetReason(ReasonT&& value) { m_reasonHasBeenSet = true; m_reason = std::forward<ReasonT>(value); }
125 template<typename ReasonT = Aws::String>
126 ClassificationResultStatus& WithReason(ReasonT&& value) { SetReason(std::forward<ReasonT>(value)); return *this;}
128 private:
129
130 Aws::String m_code;
131 bool m_codeHasBeenSet = false;
132
133 Aws::String m_reason;
134 bool m_reasonHasBeenSet = false;
135 };
136
137} // namespace Model
138} // namespace Macie2
139} // namespace Aws
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MACIE2_API ClassificationResultStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
ClassificationResultStatus & WithReason(ReasonT &&value)
AWS_MACIE2_API ClassificationResultStatus()=default
ClassificationResultStatus & WithCode(CodeT &&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