AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
ReadReceiptConfig.h
1
6#pragma once
7#include <aws/wickr/Wickr_EXPORTS.h>
8#include <aws/wickr/model/Status.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Wickr {
20namespace Model {
21
30 public:
31 AWS_WICKR_API ReadReceiptConfig() = default;
34 AWS_WICKR_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline Status GetStatus() const { return m_status; }
41 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
42 inline void SetStatus(Status value) {
43 m_statusHasBeenSet = true;
44 m_status = value;
45 }
47 SetStatus(value);
48 return *this;
49 }
51 private:
52 Status m_status{Status::NOT_SET};
53 bool m_statusHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace Wickr
58} // namespace Aws
AWS_WICKR_API ReadReceiptConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_WICKR_API ReadReceiptConfig()=default
ReadReceiptConfig & WithStatus(Status value)
AWS_WICKR_API ReadReceiptConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WICKR_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue