AWS SDK for C++

AWS SDK for C++ Version 1.11.750

Loading...
Searching...
No Matches
ImpactedAwsRegion.h
1
6#pragma once
7#include <aws/security-ir/SecurityIR_EXPORTS.h>
8#include <aws/security-ir/model/AwsRegion.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SecurityIR {
20namespace Model {
21
28 public:
29 AWS_SECURITYIR_API ImpactedAwsRegion() = default;
30 AWS_SECURITYIR_API ImpactedAwsRegion(Aws::Utils::Json::JsonView jsonValue);
32 AWS_SECURITYIR_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline AwsRegion GetRegion() const { return m_region; }
39 inline bool RegionHasBeenSet() const { return m_regionHasBeenSet; }
40 inline void SetRegion(AwsRegion value) {
41 m_regionHasBeenSet = true;
42 m_region = value;
43 }
45 SetRegion(value);
46 return *this;
47 }
49 private:
51 bool m_regionHasBeenSet = false;
52};
53
54} // namespace Model
55} // namespace SecurityIR
56} // namespace Aws
AWS_SECURITYIR_API ImpactedAwsRegion(Aws::Utils::Json::JsonView jsonValue)
ImpactedAwsRegion & WithRegion(AwsRegion value)
AWS_SECURITYIR_API ImpactedAwsRegion & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYIR_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYIR_API ImpactedAwsRegion()=default
Aws::Utils::Json::JsonValue JsonValue