7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/lambda/Lambda_EXPORTS.h>
10#include <aws/lambda/model/Architecture.h>
11#include <aws/lambda/model/LayerVersionContentOutput.h>
12#include <aws/lambda/model/Runtime.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename ContentT = LayerVersionContentOutput>
40 m_contentHasBeenSet =
true;
41 m_content = std::forward<ContentT>(value);
43 template <
typename ContentT = LayerVersionContentOutput>
55 template <
typename LayerArnT = Aws::String>
57 m_layerArnHasBeenSet =
true;
58 m_layerArn = std::forward<LayerArnT>(value);
60 template <
typename LayerArnT = Aws::String>
72 template <
typename LayerVersionArnT = Aws::String>
74 m_layerVersionArnHasBeenSet =
true;
75 m_layerVersionArn = std::forward<LayerVersionArnT>(value);
77 template <
typename LayerVersionArnT = Aws::String>
89 template <
typename DescriptionT = Aws::String>
91 m_descriptionHasBeenSet =
true;
92 m_description = std::forward<DescriptionT>(value);
94 template <
typename DescriptionT = Aws::String>
108 template <
typename CreatedDateT = Aws::String>
110 m_createdDateHasBeenSet =
true;
111 m_createdDate = std::forward<CreatedDateT>(value);
113 template <
typename CreatedDateT = Aws::String>
126 m_versionHasBeenSet =
true;
146 template <
typename CompatibleRuntimesT = Aws::Vector<Runtime>>
148 m_compatibleRuntimesHasBeenSet =
true;
149 m_compatibleRuntimes = std::forward<CompatibleRuntimesT>(value);
151 template <
typename CompatibleRuntimesT = Aws::Vector<Runtime>>
157 m_compatibleRuntimesHasBeenSet =
true;
158 m_compatibleRuntimes.push_back(value);
168 template <
typename LicenseInfoT = Aws::String>
170 m_licenseInfoHasBeenSet =
true;
171 m_licenseInfo = std::forward<LicenseInfoT>(value);
173 template <
typename LicenseInfoT = Aws::String>
187 template <
typename CompatibleArchitecturesT = Aws::Vector<Architecture>>
189 m_compatibleArchitecturesHasBeenSet =
true;
190 m_compatibleArchitectures = std::forward<CompatibleArchitecturesT>(value);
192 template <
typename CompatibleArchitecturesT = Aws::Vector<Architecture>>
198 m_compatibleArchitecturesHasBeenSet =
true;
199 m_compatibleArchitectures.push_back(value);
207 template <
typename RequestIdT = Aws::String>
209 m_requestIdHasBeenSet =
true;
210 m_requestId = std::forward<RequestIdT>(value);
212 template <
typename RequestIdT = Aws::String>
229 long long m_version{0};
238 bool m_contentHasBeenSet =
false;
239 bool m_layerArnHasBeenSet =
false;
240 bool m_layerVersionArnHasBeenSet =
false;
241 bool m_descriptionHasBeenSet =
false;
242 bool m_createdDateHasBeenSet =
false;
243 bool m_versionHasBeenSet =
false;
244 bool m_compatibleRuntimesHasBeenSet =
false;
245 bool m_licenseInfoHasBeenSet =
false;
246 bool m_compatibleArchitecturesHasBeenSet =
false;
247 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)
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