7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iot/IoT_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename PackageNameT = Aws::String>
38 m_packageNameHasBeenSet =
true;
39 m_packageName = std::forward<PackageNameT>(value);
41 template <
typename PackageNameT = Aws::String>
53 template <
typename PackageArnT = Aws::String>
55 m_packageArnHasBeenSet =
true;
56 m_packageArn = std::forward<PackageArnT>(value);
58 template <
typename PackageArnT = Aws::String>
70 template <
typename DescriptionT = Aws::String>
72 m_descriptionHasBeenSet =
true;
73 m_description = std::forward<DescriptionT>(value);
75 template <
typename DescriptionT = Aws::String>
87 template <
typename DefaultVersionNameT = Aws::String>
89 m_defaultVersionNameHasBeenSet =
true;
90 m_defaultVersionName = std::forward<DefaultVersionNameT>(value);
92 template <
typename DefaultVersionNameT = Aws::String>
104 template <
typename CreationDateT = Aws::Utils::DateTime>
106 m_creationDateHasBeenSet =
true;
107 m_creationDate = std::forward<CreationDateT>(value);
109 template <
typename CreationDateT = Aws::Utils::DateTime>
121 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
123 m_lastModifiedDateHasBeenSet =
true;
124 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
126 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
136 template <
typename RequestIdT = Aws::String>
138 m_requestIdHasBeenSet =
true;
139 m_requestId = std::forward<RequestIdT>(value);
141 template <
typename RequestIdT = Aws::String>
164 bool m_packageNameHasBeenSet =
false;
165 bool m_packageArnHasBeenSet =
false;
166 bool m_descriptionHasBeenSet =
false;
167 bool m_defaultVersionNameHasBeenSet =
false;
168 bool m_creationDateHasBeenSet =
false;
169 bool m_lastModifiedDateHasBeenSet =
false;
170 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::Http::HttpResponseCode GetHttpResponseCode() const
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