7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename ImagePulledAtT = Aws::Utils::DateTime>
50 void SetImagePulledAt(ImagePulledAtT&& value) { m_imagePulledAtHasBeenSet =
true; m_imagePulledAt = std::forward<ImagePulledAtT>(value); }
51 template<
typename ImagePulledAtT = Aws::Utils::DateTime>
62 inline void SetInUseCount(
long long value) { m_inUseCountHasBeenSet =
true; m_inUseCount = value; }
73 template<
typename LastInUseAtT = Aws::Utils::DateTime>
74 void SetLastInUseAt(LastInUseAtT&& value) { m_lastInUseAtHasBeenSet =
true; m_lastInUseAt = std::forward<LastInUseAtT>(value); }
75 template<
typename LastInUseAtT = Aws::Utils::DateTime>
85 template<
typename TagsT = Aws::Vector<Aws::String>>
86 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
87 template<
typename TagsT = Aws::Vector<Aws::String>>
89 template<
typename TagsT = Aws::String>
95 bool m_imagePulledAtHasBeenSet =
false;
97 long long m_inUseCount{0};
98 bool m_inUseCountHasBeenSet =
false;
101 bool m_lastInUseAtHasBeenSet =
false;
104 bool m_tagsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue