AWS SDK for C++

AWS SDK for C++ Version 1.11.742

Loading...
Searching...
No Matches
VerificationResponse.h
1
6#pragma once
7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace Pinpoint {
17namespace Model {
18
25 public:
26 AWS_PINPOINT_API VerificationResponse() = default;
29 AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
35 inline bool GetValid() const { return m_valid; }
36 inline bool ValidHasBeenSet() const { return m_validHasBeenSet; }
37 inline void SetValid(bool value) {
38 m_validHasBeenSet = true;
39 m_valid = value;
40 }
41 inline VerificationResponse& WithValid(bool value) {
42 SetValid(value);
43 return *this;
44 }
46 private:
47 bool m_valid{false};
48 bool m_validHasBeenSet = false;
49};
50
51} // namespace Model
52} // namespace Pinpoint
53} // namespace Aws
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PINPOINT_API VerificationResponse(Aws::Utils::Json::JsonView jsonValue)
AWS_PINPOINT_API VerificationResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
VerificationResponse & WithValid(bool value)
AWS_PINPOINT_API VerificationResponse()=default
Aws::Utils::Json::JsonValue JsonValue