7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename PackageNameT = Aws::String>
49 void SetPackageName(PackageNameT&& value) { m_packageNameHasBeenSet =
true; m_packageName = std::forward<PackageNameT>(value); }
50 template<
typename PackageNameT = Aws::String>
60 template<
typename DefaultVersionNameT = Aws::String>
61 void SetDefaultVersionName(DefaultVersionNameT&& value) { m_defaultVersionNameHasBeenSet =
true; m_defaultVersionName = std::forward<DefaultVersionNameT>(value); }
62 template<
typename DefaultVersionNameT = Aws::String>
72 template<
typename CreationDateT = Aws::Utils::DateTime>
73 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
74 template<
typename CreationDateT = Aws::Utils::DateTime>
84 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
85 void SetLastModifiedDate(LastModifiedDateT&& value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = std::forward<LastModifiedDateT>(value); }
86 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
92 bool m_packageNameHasBeenSet =
false;
95 bool m_defaultVersionNameHasBeenSet =
false;
98 bool m_creationDateHasBeenSet =
false;
101 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