7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/IoT_EXPORTS.h>
42 template <
typename PackageNameT = Aws::String>
44 m_packageNameHasBeenSet =
true;
45 m_packageName = std::forward<PackageNameT>(value);
47 template <
typename PackageNameT = Aws::String>
60 template <
typename DefaultVersionNameT = Aws::String>
62 m_defaultVersionNameHasBeenSet =
true;
63 m_defaultVersionName = std::forward<DefaultVersionNameT>(value);
65 template <
typename DefaultVersionNameT = Aws::String>
78 template <
typename CreationDateT = Aws::Utils::DateTime>
80 m_creationDateHasBeenSet =
true;
81 m_creationDate = std::forward<CreationDateT>(value);
83 template <
typename CreationDateT = Aws::Utils::DateTime>
96 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
98 m_lastModifiedDateHasBeenSet =
true;
99 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
101 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
115 bool m_packageNameHasBeenSet =
false;
116 bool m_defaultVersionNameHasBeenSet =
false;
117 bool m_creationDateHasBeenSet =
false;
118 bool m_lastModifiedDateHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreationDate() const
const Aws::String & GetDefaultVersionName() const
void SetDefaultVersionName(DefaultVersionNameT &&value)
bool CreationDateHasBeenSet() const
AWS_IOT_API PackageSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
PackageSummary & WithDefaultVersionName(DefaultVersionNameT &&value)
bool DefaultVersionNameHasBeenSet() const
void SetCreationDate(CreationDateT &&value)
PackageSummary & WithPackageName(PackageNameT &&value)
bool PackageNameHasBeenSet() const
PackageSummary & WithLastModifiedDate(LastModifiedDateT &&value)
bool LastModifiedDateHasBeenSet() const
AWS_IOT_API PackageSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPackageName() const
AWS_IOT_API PackageSummary()=default
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLastModifiedDate(LastModifiedDateT &&value)
void SetPackageName(PackageNameT &&value)
const Aws::Utils::DateTime & GetLastModifiedDate() const
PackageSummary & WithCreationDate(CreationDateT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue