AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
MessageReviewHandler.h
1
6#pragma once
7#include <aws/ivschat/Ivschat_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ivschat/model/FallbackResult.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace ivschat
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_IVSCHAT_API MessageReviewHandler() = default;
39 AWS_IVSCHAT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const Aws::String& GetUri() const { return m_uri; }
48 inline bool UriHasBeenSet() const { return m_uriHasBeenSet; }
49 template<typename UriT = Aws::String>
50 void SetUri(UriT&& value) { m_uriHasBeenSet = true; m_uri = std::forward<UriT>(value); }
51 template<typename UriT = Aws::String>
52 MessageReviewHandler& WithUri(UriT&& value) { SetUri(std::forward<UriT>(value)); return *this;}
54
56
65 inline FallbackResult GetFallbackResult() const { return m_fallbackResult; }
66 inline bool FallbackResultHasBeenSet() const { return m_fallbackResultHasBeenSet; }
67 inline void SetFallbackResult(FallbackResult value) { m_fallbackResultHasBeenSet = true; m_fallbackResult = value; }
70 private:
71
72 Aws::String m_uri;
73 bool m_uriHasBeenSet = false;
74
76 bool m_fallbackResultHasBeenSet = false;
77 };
78
79} // namespace Model
80} // namespace ivschat
81} // namespace Aws
AWS_IVSCHAT_API MessageReviewHandler & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IVSCHAT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IVSCHAT_API MessageReviewHandler(Aws::Utils::Json::JsonView jsonValue)
MessageReviewHandler & WithUri(UriT &&value)
MessageReviewHandler & WithFallbackResult(FallbackResult value)
AWS_IVSCHAT_API MessageReviewHandler()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue