7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename PackageNameT = Aws::String>
42 void SetPackageName(PackageNameT&& value) { m_packageNameHasBeenSet =
true; m_packageName = std::forward<PackageNameT>(value); }
43 template<
typename PackageNameT = Aws::String>
52 template<
typename PackageArnT = Aws::String>
53 void SetPackageArn(PackageArnT&& value) { m_packageArnHasBeenSet =
true; m_packageArn = std::forward<PackageArnT>(value); }
54 template<
typename PackageArnT = Aws::String>
63 template<
typename DescriptionT = Aws::String>
64 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
65 template<
typename DescriptionT = Aws::String>
74 template<
typename DefaultVersionNameT = Aws::String>
75 void SetDefaultVersionName(DefaultVersionNameT&& value) { m_defaultVersionNameHasBeenSet =
true; m_defaultVersionName = std::forward<DefaultVersionNameT>(value); }
76 template<
typename DefaultVersionNameT = Aws::String>
85 template<
typename CreationDateT = Aws::Utils::DateTime>
86 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
87 template<
typename CreationDateT = Aws::Utils::DateTime>
96 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
97 void SetLastModifiedDate(LastModifiedDateT&& value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = std::forward<LastModifiedDateT>(value); }
98 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
105 template<
typename RequestIdT = Aws::String>
106 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
107 template<
typename RequestIdT = Aws::String>
113 bool m_packageNameHasBeenSet =
false;
116 bool m_packageArnHasBeenSet =
false;
119 bool m_descriptionHasBeenSet =
false;
122 bool m_defaultVersionNameHasBeenSet =
false;
125 bool m_creationDateHasBeenSet =
false;
128 bool m_lastModifiedDateHasBeenSet =
false;
131 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetPackageName() const
AWS_IOT_API GetPackageResult()=default
GetPackageResult & WithLastModifiedDate(LastModifiedDateT &&value)
AWS_IOT_API GetPackageResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDefaultVersionName() const
const Aws::Utils::DateTime & GetLastModifiedDate() const
const Aws::String & GetDescription() const
const Aws::Utils::DateTime & GetCreationDate() const
void SetPackageName(PackageNameT &&value)
AWS_IOT_API GetPackageResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetPackageArn(PackageArnT &&value)
const Aws::String & GetPackageArn() const
GetPackageResult & WithDefaultVersionName(DefaultVersionNameT &&value)
GetPackageResult & WithCreationDate(CreationDateT &&value)
GetPackageResult & WithRequestId(RequestIdT &&value)
void SetDescription(DescriptionT &&value)
void SetCreationDate(CreationDateT &&value)
GetPackageResult & WithDescription(DescriptionT &&value)
void SetLastModifiedDate(LastModifiedDateT &&value)
GetPackageResult & WithPackageName(PackageNameT &&value)
GetPackageResult & WithPackageArn(PackageArnT &&value)
void SetDefaultVersionName(DefaultVersionNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue