AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GuardianOptions.h
1
6#pragma once
7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/sesv2/model/FeatureStatus.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 SESV2
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_SESV2_API GuardianOptions();
38 AWS_SESV2_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
49 inline const FeatureStatus& GetOptimizedSharedDelivery() const{ return m_optimizedSharedDelivery; }
50 inline bool OptimizedSharedDeliveryHasBeenSet() const { return m_optimizedSharedDeliveryHasBeenSet; }
51 inline void SetOptimizedSharedDelivery(const FeatureStatus& value) { m_optimizedSharedDeliveryHasBeenSet = true; m_optimizedSharedDelivery = value; }
52 inline void SetOptimizedSharedDelivery(FeatureStatus&& value) { m_optimizedSharedDeliveryHasBeenSet = true; m_optimizedSharedDelivery = std::move(value); }
54 inline GuardianOptions& WithOptimizedSharedDelivery(FeatureStatus&& value) { SetOptimizedSharedDelivery(std::move(value)); return *this;}
56 private:
57
58 FeatureStatus m_optimizedSharedDelivery;
59 bool m_optimizedSharedDeliveryHasBeenSet = false;
60 };
61
62} // namespace Model
63} // namespace SESV2
64} // namespace Aws
AWS_SESV2_API GuardianOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_SESV2_API Aws::Utils::Json::JsonValue Jsonize() const
GuardianOptions & WithOptimizedSharedDelivery(const FeatureStatus &value)
AWS_SESV2_API GuardianOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
GuardianOptions & WithOptimizedSharedDelivery(FeatureStatus &&value)
void SetOptimizedSharedDelivery(const FeatureStatus &value)
const FeatureStatus & GetOptimizedSharedDelivery() const
void SetOptimizedSharedDelivery(FeatureStatus &&value)
Aws::Utils::Json::JsonValue JsonValue