7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/lambda/model/Runtime.h>
11#include <aws/lambda/model/Architecture.h>
51 template<
typename LayerVersionArnT = Aws::String>
52 void SetLayerVersionArn(LayerVersionArnT&& value) { m_layerVersionArnHasBeenSet =
true; m_layerVersionArn = std::forward<LayerVersionArnT>(value); }
53 template<
typename LayerVersionArnT = Aws::String>
61 inline long long GetVersion()
const {
return m_version; }
63 inline void SetVersion(
long long value) { m_versionHasBeenSet =
true; m_version = value; }
73 template<
typename DescriptionT = Aws::String>
74 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
75 template<
typename DescriptionT = Aws::String>
86 template<
typename CreatedDateT = Aws::String>
87 void SetCreatedDate(CreatedDateT&& value) { m_createdDateHasBeenSet =
true; m_createdDate = std::forward<CreatedDateT>(value); }
88 template<
typename CreatedDateT = Aws::String>
104 template<
typename CompatibleRuntimesT = Aws::Vector<Runtime>>
105 void SetCompatibleRuntimes(CompatibleRuntimesT&& value) { m_compatibleRuntimesHasBeenSet =
true; m_compatibleRuntimes = std::forward<CompatibleRuntimesT>(value); }
106 template<
typename CompatibleRuntimesT = Aws::Vector<Runtime>>
117 template<
typename LicenseInfoT = Aws::String>
118 void SetLicenseInfo(LicenseInfoT&& value) { m_licenseInfoHasBeenSet =
true; m_licenseInfo = std::forward<LicenseInfoT>(value); }
119 template<
typename LicenseInfoT = Aws::String>
131 template<
typename CompatibleArchitecturesT = Aws::Vector<Architecture>>
132 void SetCompatibleArchitectures(CompatibleArchitecturesT&& value) { m_compatibleArchitecturesHasBeenSet =
true; m_compatibleArchitectures = std::forward<CompatibleArchitecturesT>(value); }
133 template<
typename CompatibleArchitecturesT = Aws::Vector<Architecture>>
140 bool m_layerVersionArnHasBeenSet =
false;
142 long long m_version{0};
143 bool m_versionHasBeenSet =
false;
146 bool m_descriptionHasBeenSet =
false;
149 bool m_createdDateHasBeenSet =
false;
152 bool m_compatibleRuntimesHasBeenSet =
false;
155 bool m_licenseInfoHasBeenSet =
false;
158 bool m_compatibleArchitecturesHasBeenSet =
false;
bool CompatibleRuntimesHasBeenSet() const
bool CreatedDateHasBeenSet() const
bool VersionHasBeenSet() const
long long GetVersion() const
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
LayerVersionsListItem & AddCompatibleRuntimes(Runtime value)
bool LayerVersionArnHasBeenSet() const
LayerVersionsListItem & WithLayerVersionArn(LayerVersionArnT &&value)
const Aws::String & GetLayerVersionArn() const
bool LicenseInfoHasBeenSet() const
bool DescriptionHasBeenSet() const
LayerVersionsListItem & WithCompatibleArchitectures(CompatibleArchitecturesT &&value)
void SetLicenseInfo(LicenseInfoT &&value)
AWS_LAMBDA_API LayerVersionsListItem()=default
const Aws::Vector< Architecture > & GetCompatibleArchitectures() const
LayerVersionsListItem & AddCompatibleArchitectures(Architecture value)
const Aws::String & GetDescription() const
AWS_LAMBDA_API LayerVersionsListItem & operator=(Aws::Utils::Json::JsonView jsonValue)
LayerVersionsListItem & WithVersion(long long value)
void SetVersion(long long value)
void SetLayerVersionArn(LayerVersionArnT &&value)
LayerVersionsListItem & WithCreatedDate(CreatedDateT &&value)
void SetCreatedDate(CreatedDateT &&value)
LayerVersionsListItem & WithCompatibleRuntimes(CompatibleRuntimesT &&value)
const Aws::String & GetCreatedDate() const
void SetDescription(DescriptionT &&value)
void SetCompatibleArchitectures(CompatibleArchitecturesT &&value)
void SetCompatibleRuntimes(CompatibleRuntimesT &&value)
LayerVersionsListItem & WithLicenseInfo(LicenseInfoT &&value)
const Aws::String & GetLicenseInfo() const
AWS_LAMBDA_API LayerVersionsListItem(Aws::Utils::Json::JsonView jsonValue)
LayerVersionsListItem & WithDescription(DescriptionT &&value)
const Aws::Vector< Runtime > & GetCompatibleRuntimes() const
bool CompatibleArchitecturesHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue