AWS SDK for C++

AWS SDK for C++ Version 1.11.900

Loading...
Searching...
No Matches
PolicySharingRevokedMetadata.h
1
6#pragma once
7#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace resiliencehubv2 {
17namespace Model {
18
27 public:
28 AWS_RESILIENCEHUBV2_API PolicySharingRevokedMetadata() = default;
29 AWS_RESILIENCEHUBV2_API PolicySharingRevokedMetadata(Aws::Utils::Json::JsonView jsonValue);
31 AWS_RESILIENCEHUBV2_API Aws::Utils::Json::JsonValue Jsonize() const;
32
34
38 inline int GetAffectedServiceCount() const { return m_affectedServiceCount; }
39 inline bool AffectedServiceCountHasBeenSet() const { return m_affectedServiceCountHasBeenSet; }
40 inline void SetAffectedServiceCount(int value) {
41 m_affectedServiceCountHasBeenSet = true;
42 m_affectedServiceCount = value;
43 }
46 return *this;
47 }
49 private:
50 int m_affectedServiceCount{0};
51 bool m_affectedServiceCountHasBeenSet = false;
52};
53
54} // namespace Model
55} // namespace resiliencehubv2
56} // namespace Aws
AWS_RESILIENCEHUBV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_RESILIENCEHUBV2_API PolicySharingRevokedMetadata(Aws::Utils::Json::JsonView jsonValue)
AWS_RESILIENCEHUBV2_API PolicySharingRevokedMetadata & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_RESILIENCEHUBV2_API PolicySharingRevokedMetadata()=default
Aws::Utils::Json::JsonValue JsonValue