7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lambda/Lambda_EXPORTS.h>
44 template <
typename S3BucketT = Aws::String>
46 m_s3BucketHasBeenSet =
true;
47 m_s3Bucket = std::forward<S3BucketT>(value);
49 template <
typename S3BucketT = Aws::String>
62 template <
typename S3KeyT = Aws::String>
64 m_s3KeyHasBeenSet =
true;
65 m_s3Key = std::forward<S3KeyT>(value);
67 template <
typename S3KeyT = Aws::String>
69 SetS3Key(std::forward<S3KeyT>(value));
80 template <
typename S3ObjectVersionT = Aws::String>
82 m_s3ObjectVersionHasBeenSet =
true;
83 m_s3ObjectVersion = std::forward<S3ObjectVersionT>(value);
85 template <
typename S3ObjectVersionT = Aws::String>
99 template <
typename ZipFileT = Aws::Utils::CryptoBuffer>
101 m_zipFileHasBeenSet =
true;
102 m_zipFile = std::forward<ZipFileT>(value);
104 template <
typename ZipFileT = Aws::Utils::CryptoBuffer>
118 bool m_s3BucketHasBeenSet =
false;
119 bool m_s3KeyHasBeenSet =
false;
120 bool m_s3ObjectVersionHasBeenSet =
false;
121 bool m_zipFileHasBeenSet =
false;
bool S3ObjectVersionHasBeenSet() const
bool S3BucketHasBeenSet() 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)
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
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