AWS SDK for C++

AWS SDK for C++ Version 1.11.745

Loading...
Searching...
No Matches
UpdateCaseCommentResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/security-ir/SecurityIR_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Json {
18class JsonValue;
19} // namespace Json
20} // namespace Utils
21namespace SecurityIR {
22namespace Model {
24 public:
25 AWS_SECURITYIR_API UpdateCaseCommentResult() = default;
28
30
33 inline const Aws::String& GetCommentId() const { return m_commentId; }
34 template <typename CommentIdT = Aws::String>
35 void SetCommentId(CommentIdT&& value) {
36 m_commentIdHasBeenSet = true;
37 m_commentId = std::forward<CommentIdT>(value);
38 }
39 template <typename CommentIdT = Aws::String>
41 SetCommentId(std::forward<CommentIdT>(value));
42 return *this;
43 }
45
47
51 inline const Aws::String& GetBody() const { return m_body; }
52 template <typename BodyT = Aws::String>
53 void SetBody(BodyT&& value) {
54 m_bodyHasBeenSet = true;
55 m_body = std::forward<BodyT>(value);
56 }
57 template <typename BodyT = Aws::String>
59 SetBody(std::forward<BodyT>(value));
60 return *this;
61 }
63
65
66 inline const Aws::String& GetRequestId() const { return m_requestId; }
67 template <typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) {
69 m_requestIdHasBeenSet = true;
70 m_requestId = std::forward<RequestIdT>(value);
71 }
72 template <typename RequestIdT = Aws::String>
74 SetRequestId(std::forward<RequestIdT>(value));
75 return *this;
76 }
78 private:
79 Aws::String m_commentId;
80
81 Aws::String m_body;
82
83 Aws::String m_requestId;
84 bool m_commentIdHasBeenSet = false;
85 bool m_bodyHasBeenSet = false;
86 bool m_requestIdHasBeenSet = false;
87};
88
89} // namespace Model
90} // namespace SecurityIR
91} // namespace Aws
AWS_SECURITYIR_API UpdateCaseCommentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SECURITYIR_API UpdateCaseCommentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateCaseCommentResult & WithCommentId(CommentIdT &&value)
AWS_SECURITYIR_API UpdateCaseCommentResult()=default
UpdateCaseCommentResult & WithRequestId(RequestIdT &&value)
UpdateCaseCommentResult & WithBody(BodyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue