7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm/SSM_EXPORTS.h>
41 template <
typename VersionT = Aws::String>
43 m_versionHasBeenSet =
true;
44 m_version = std::forward<VersionT>(value);
46 template <
typename VersionT = Aws::String>
57 inline int GetCount()
const {
return m_count; }
60 m_countHasBeenSet =
true;
76 m_remainingCountHasBeenSet =
true;
77 m_remainingCount = value;
89 int m_remainingCount{0};
90 bool m_versionHasBeenSet =
false;
91 bool m_countHasBeenSet =
false;
92 bool m_remainingCountHasBeenSet =
false;
int GetRemainingCount() const
AWS_SSM_API InventoryDeletionSummaryItem & operator=(Aws::Utils::Json::JsonView jsonValue)
bool VersionHasBeenSet() const
AWS_SSM_API InventoryDeletionSummaryItem()=default
bool RemainingCountHasBeenSet() const
InventoryDeletionSummaryItem & WithVersion(VersionT &&value)
InventoryDeletionSummaryItem & WithRemainingCount(int value)
void SetVersion(VersionT &&value)
InventoryDeletionSummaryItem & WithCount(int value)
AWS_SSM_API InventoryDeletionSummaryItem(Aws::Utils::Json::JsonView jsonValue)
void SetRemainingCount(int value)
const Aws::String & GetVersion() const
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
bool CountHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue