AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AwsDynamoDbTableProvisionedThroughput.h
1
6#pragma once
7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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 SecurityHub
22{
23namespace Model
24{
25
33 {
34 public:
38 AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
59 inline const Aws::String& GetLastDecreaseDateTime() const{ return m_lastDecreaseDateTime; }
60 inline bool LastDecreaseDateTimeHasBeenSet() const { return m_lastDecreaseDateTimeHasBeenSet; }
61 inline void SetLastDecreaseDateTime(const Aws::String& value) { m_lastDecreaseDateTimeHasBeenSet = true; m_lastDecreaseDateTime = value; }
62 inline void SetLastDecreaseDateTime(Aws::String&& value) { m_lastDecreaseDateTimeHasBeenSet = true; m_lastDecreaseDateTime = std::move(value); }
63 inline void SetLastDecreaseDateTime(const char* value) { m_lastDecreaseDateTimeHasBeenSet = true; m_lastDecreaseDateTime.assign(value); }
68
70
87 inline const Aws::String& GetLastIncreaseDateTime() const{ return m_lastIncreaseDateTime; }
88 inline bool LastIncreaseDateTimeHasBeenSet() const { return m_lastIncreaseDateTimeHasBeenSet; }
89 inline void SetLastIncreaseDateTime(const Aws::String& value) { m_lastIncreaseDateTimeHasBeenSet = true; m_lastIncreaseDateTime = value; }
90 inline void SetLastIncreaseDateTime(Aws::String&& value) { m_lastIncreaseDateTimeHasBeenSet = true; m_lastIncreaseDateTime = std::move(value); }
91 inline void SetLastIncreaseDateTime(const char* value) { m_lastIncreaseDateTimeHasBeenSet = true; m_lastIncreaseDateTime.assign(value); }
96
98
102 inline int GetNumberOfDecreasesToday() const{ return m_numberOfDecreasesToday; }
103 inline bool NumberOfDecreasesTodayHasBeenSet() const { return m_numberOfDecreasesTodayHasBeenSet; }
104 inline void SetNumberOfDecreasesToday(int value) { m_numberOfDecreasesTodayHasBeenSet = true; m_numberOfDecreasesToday = value; }
107
109
113 inline int GetReadCapacityUnits() const{ return m_readCapacityUnits; }
114 inline bool ReadCapacityUnitsHasBeenSet() const { return m_readCapacityUnitsHasBeenSet; }
115 inline void SetReadCapacityUnits(int value) { m_readCapacityUnitsHasBeenSet = true; m_readCapacityUnits = value; }
118
120
124 inline int GetWriteCapacityUnits() const{ return m_writeCapacityUnits; }
125 inline bool WriteCapacityUnitsHasBeenSet() const { return m_writeCapacityUnitsHasBeenSet; }
126 inline void SetWriteCapacityUnits(int value) { m_writeCapacityUnitsHasBeenSet = true; m_writeCapacityUnits = value; }
129 private:
130
131 Aws::String m_lastDecreaseDateTime;
132 bool m_lastDecreaseDateTimeHasBeenSet = false;
133
134 Aws::String m_lastIncreaseDateTime;
135 bool m_lastIncreaseDateTimeHasBeenSet = false;
136
137 int m_numberOfDecreasesToday;
138 bool m_numberOfDecreasesTodayHasBeenSet = false;
139
140 int m_readCapacityUnits;
141 bool m_readCapacityUnitsHasBeenSet = false;
142
143 int m_writeCapacityUnits;
144 bool m_writeCapacityUnitsHasBeenSet = false;
145 };
146
147} // namespace Model
148} // namespace SecurityHub
149} // namespace Aws
AwsDynamoDbTableProvisionedThroughput & WithLastIncreaseDateTime(const char *value)
AwsDynamoDbTableProvisionedThroughput & WithLastDecreaseDateTime(const Aws::String &value)
AwsDynamoDbTableProvisionedThroughput & WithLastIncreaseDateTime(const Aws::String &value)
AwsDynamoDbTableProvisionedThroughput & WithLastIncreaseDateTime(Aws::String &&value)
AWS_SECURITYHUB_API AwsDynamoDbTableProvisionedThroughput(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API AwsDynamoDbTableProvisionedThroughput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AwsDynamoDbTableProvisionedThroughput & WithLastDecreaseDateTime(Aws::String &&value)
AwsDynamoDbTableProvisionedThroughput & WithLastDecreaseDateTime(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue