7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/inspector2/Inspector2_EXPORTS.h>
43 template <
typename TagsT = Aws::Vector<Aws::String>>
45 m_tagsHasBeenSet =
true;
46 m_tags = std::forward<TagsT>(value);
48 template <
typename TagsT = Aws::Vector<Aws::String>>
50 SetTags(std::forward<TagsT>(value));
53 template <
typename TagsT = Aws::String>
55 m_tagsHasBeenSet =
true;
56 m_tags.emplace_back(std::forward<TagsT>(value));
67 template <
typename ImagePulledAtT = Aws::Utils::DateTime>
69 m_imagePulledAtHasBeenSet =
true;
70 m_imagePulledAt = std::forward<ImagePulledAtT>(value);
72 template <
typename ImagePulledAtT = Aws::Utils::DateTime>
86 template <
typename LastInUseAtT = Aws::Utils::DateTime>
88 m_lastInUseAtHasBeenSet =
true;
89 m_lastInUseAt = std::forward<LastInUseAtT>(value);
91 template <
typename LastInUseAtT = Aws::Utils::DateTime>
106 m_inUseCountHasBeenSet =
true;
107 m_inUseCount = value;
121 long long m_inUseCount{0};
122 bool m_tagsHasBeenSet =
false;
123 bool m_imagePulledAtHasBeenSet =
false;
124 bool m_lastInUseAtHasBeenSet =
false;
125 bool m_inUseCountHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue