7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lambda/Lambda_EXPORTS.h>
10#include <aws/lambda/model/S3ObjectStorageMode.h>
45 template <
typename S3BucketT = Aws::String>
47 m_s3BucketHasBeenSet =
true;
48 m_s3Bucket = std::forward<S3BucketT>(value);
50 template <
typename S3BucketT = Aws::String>
63 template <
typename S3KeyT = Aws::String>
65 m_s3KeyHasBeenSet =
true;
66 m_s3Key = std::forward<S3KeyT>(value);
68 template <
typename S3KeyT = Aws::String>
70 SetS3Key(std::forward<S3KeyT>(value));
81 template <
typename S3ObjectVersionT = Aws::String>
83 m_s3ObjectVersionHasBeenSet =
true;
84 m_s3ObjectVersion = std::forward<S3ObjectVersionT>(value);
86 template <
typename S3ObjectVersionT = Aws::String>
98 m_s3ObjectStorageModeHasBeenSet =
true;
99 m_s3ObjectStorageMode = value;
114 template <
typename ZipFileT = Aws::Utils::CryptoBuffer>
116 m_zipFileHasBeenSet =
true;
117 m_zipFile = std::forward<ZipFileT>(value);
119 template <
typename ZipFileT = Aws::Utils::CryptoBuffer>
135 bool m_s3BucketHasBeenSet =
false;
136 bool m_s3KeyHasBeenSet =
false;
137 bool m_s3ObjectVersionHasBeenSet =
false;
138 bool m_s3ObjectStorageModeHasBeenSet =
false;
139 bool m_zipFileHasBeenSet =
false;
bool S3ObjectVersionHasBeenSet() const
S3ObjectStorageMode GetS3ObjectStorageMode() const
bool S3BucketHasBeenSet() const
bool S3ObjectStorageModeHasBeenSet() const
const Aws::String & GetS3Key() const
const Aws::String & GetS3ObjectVersion() const
bool ZipFileHasBeenSet() const
void SetS3Key(S3KeyT &&value)
const Aws::Utils::CryptoBuffer & GetZipFile() const
AWS_LAMBDA_API LayerVersionContentInput()=default
LayerVersionContentInput & WithS3Key(S3KeyT &&value)
void SetS3ObjectStorageMode(S3ObjectStorageMode value)
const Aws::String & GetS3Bucket() const
LayerVersionContentInput & WithS3Bucket(S3BucketT &&value)
AWS_LAMBDA_API LayerVersionContentInput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LAMBDA_API LayerVersionContentInput(Aws::Utils::Json::JsonView jsonValue)
void SetZipFile(ZipFileT &&value)
void SetS3ObjectVersion(S3ObjectVersionT &&value)
bool S3KeyHasBeenSet() const
LayerVersionContentInput & WithS3ObjectStorageMode(S3ObjectStorageMode value)
void SetS3Bucket(S3BucketT &&value)
LayerVersionContentInput & WithS3ObjectVersion(S3ObjectVersionT &&value)
LayerVersionContentInput & WithZipFile(ZipFileT &&value)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue