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 ImageTagsT = Aws::Vector<Aws::String>>
45 m_imageTagsHasBeenSet =
true;
46 m_imageTags = std::forward<ImageTagsT>(value);
48 template <
typename ImageTagsT = Aws::Vector<Aws::String>>
53 template <
typename ImageTagsT = Aws::String>
55 m_imageTagsHasBeenSet =
true;
56 m_imageTags.emplace_back(std::forward<ImageTagsT>(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>
85 template <
typename LastInUseAtT = Aws::Utils::DateTime>
87 m_lastInUseAtHasBeenSet =
true;
88 m_lastInUseAt = std::forward<LastInUseAtT>(value);
90 template <
typename LastInUseAtT = Aws::Utils::DateTime>
104 m_inUseCountHasBeenSet =
true;
105 m_inUseCount = value;
119 long long m_inUseCount{0};
120 bool m_imageTagsHasBeenSet =
false;
121 bool m_imagePulledAtHasBeenSet =
false;
122 bool m_lastInUseAtHasBeenSet =
false;
123 bool m_inUseCountHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue