7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/lambda/Lambda_EXPORTS.h>
11#include <aws/lambda/model/Architecture.h>
12#include <aws/lambda/model/LayerVersionContentOutput.h>
13#include <aws/lambda/model/Runtime.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename ContentT = LayerVersionContentOutput>
41 m_contentHasBeenSet =
true;
42 m_content = std::forward<ContentT>(value);
44 template <
typename ContentT = LayerVersionContentOutput>
56 template <
typename LayerArnT = Aws::String>
58 m_layerArnHasBeenSet =
true;
59 m_layerArn = std::forward<LayerArnT>(value);
61 template <
typename LayerArnT = Aws::String>
73 template <
typename LayerVersionArnT = Aws::String>
75 m_layerVersionArnHasBeenSet =
true;
76 m_layerVersionArn = std::forward<LayerVersionArnT>(value);
78 template <
typename LayerVersionArnT = Aws::String>
90 template <
typename DescriptionT = Aws::String>
92 m_descriptionHasBeenSet =
true;
93 m_description = std::forward<DescriptionT>(value);
95 template <
typename DescriptionT = Aws::String>
109 template <
typename CreatedDateT = Aws::String>
111 m_createdDateHasBeenSet =
true;
112 m_createdDate = std::forward<CreatedDateT>(value);
114 template <
typename CreatedDateT = Aws::String>
127 m_versionHasBeenSet =
true;
147 template <
typename CompatibleRuntimesT = Aws::Vector<Runtime>>
149 m_compatibleRuntimesHasBeenSet =
true;
150 m_compatibleRuntimes = std::forward<CompatibleRuntimesT>(value);
152 template <
typename CompatibleRuntimesT = Aws::Vector<Runtime>>
158 m_compatibleRuntimesHasBeenSet =
true;
159 m_compatibleRuntimes.push_back(value);
169 template <
typename LicenseInfoT = Aws::String>
171 m_licenseInfoHasBeenSet =
true;
172 m_licenseInfo = std::forward<LicenseInfoT>(value);
174 template <
typename LicenseInfoT = Aws::String>
188 template <
typename CompatibleArchitecturesT = Aws::Vector<Architecture>>
190 m_compatibleArchitecturesHasBeenSet =
true;
191 m_compatibleArchitectures = std::forward<CompatibleArchitecturesT>(value);
193 template <
typename CompatibleArchitecturesT = Aws::Vector<Architecture>>
199 m_compatibleArchitecturesHasBeenSet =
true;
200 m_compatibleArchitectures.push_back(value);
208 template <
typename RequestIdT = Aws::String>
210 m_requestIdHasBeenSet =
true;
211 m_requestId = std::forward<RequestIdT>(value);
213 template <
typename RequestIdT = Aws::String>
232 long long m_version{0};
242 bool m_contentHasBeenSet =
false;
243 bool m_layerArnHasBeenSet =
false;
244 bool m_layerVersionArnHasBeenSet =
false;
245 bool m_descriptionHasBeenSet =
false;
246 bool m_createdDateHasBeenSet =
false;
247 bool m_versionHasBeenSet =
false;
248 bool m_compatibleRuntimesHasBeenSet =
false;
249 bool m_licenseInfoHasBeenSet =
false;
250 bool m_compatibleArchitecturesHasBeenSet =
false;
251 bool m_requestIdHasBeenSet =
false;
const LayerVersionContentOutput & GetContent() const
AWS_LAMBDA_API PublishLayerVersionResult()=default
long long GetVersion() const
void SetLayerArn(LayerArnT &&value)
const Aws::Vector< Runtime > & GetCompatibleRuntimes() const
const Aws::String & GetLayerVersionArn() const
void SetVersion(long long value)
PublishLayerVersionResult & WithDescription(DescriptionT &&value)
void SetCompatibleRuntimes(CompatibleRuntimesT &&value)
PublishLayerVersionResult & WithCreatedDate(CreatedDateT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetLicenseInfo() const
PublishLayerVersionResult & WithLayerArn(LayerArnT &&value)
const Aws::String & GetLayerArn() const
const Aws::String & GetDescription() const
void SetRequestId(RequestIdT &&value)
void SetCreatedDate(CreatedDateT &&value)
PublishLayerVersionResult & WithLayerVersionArn(LayerVersionArnT &&value)
PublishLayerVersionResult & WithCompatibleArchitectures(CompatibleArchitecturesT &&value)
PublishLayerVersionResult & WithVersion(long long value)
void SetContent(ContentT &&value)
void SetLicenseInfo(LicenseInfoT &&value)
void SetLayerVersionArn(LayerVersionArnT &&value)
AWS_LAMBDA_API PublishLayerVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PublishLayerVersionResult & WithCompatibleRuntimes(CompatibleRuntimesT &&value)
PublishLayerVersionResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetDescription(DescriptionT &&value)
PublishLayerVersionResult & AddCompatibleArchitectures(Architecture value)
AWS_LAMBDA_API PublishLayerVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PublishLayerVersionResult & AddCompatibleRuntimes(Runtime value)
void SetCompatibleArchitectures(CompatibleArchitecturesT &&value)
const Aws::String & GetCreatedDate() const
PublishLayerVersionResult & WithContent(ContentT &&value)
const Aws::Vector< Architecture > & GetCompatibleArchitectures() const
PublishLayerVersionResult & WithLicenseInfo(LicenseInfoT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue