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 ZipFileT = Aws::Utils::CryptoBuffer>
47 m_zipFileHasBeenSet =
true;
48 m_zipFile = std::forward<ZipFileT>(value);
50 template <
typename ZipFileT = Aws::Utils::CryptoBuffer>
64 template <
typename S3BucketT = Aws::String>
66 m_s3BucketHasBeenSet =
true;
67 m_s3Bucket = std::forward<S3BucketT>(value);
69 template <
typename S3BucketT = Aws::String>
82 template <
typename S3KeyT = Aws::String>
84 m_s3KeyHasBeenSet =
true;
85 m_s3Key = std::forward<S3KeyT>(value);
87 template <
typename S3KeyT = Aws::String>
89 SetS3Key(std::forward<S3KeyT>(value));
101 template <
typename S3ObjectVersionT = Aws::String>
103 m_s3ObjectVersionHasBeenSet =
true;
104 m_s3ObjectVersion = std::forward<S3ObjectVersionT>(value);
106 template <
typename S3ObjectVersionT = Aws::String>
123 m_s3ObjectStorageModeHasBeenSet =
true;
124 m_s3ObjectStorageMode = value;
140 template <
typename ImageUriT = Aws::String>
142 m_imageUriHasBeenSet =
true;
143 m_imageUri = std::forward<ImageUriT>(value);
145 template <
typename ImageUriT = Aws::String>
162 template <
typename SourceKMSKeyArnT = Aws::String>
164 m_sourceKMSKeyArnHasBeenSet =
true;
165 m_sourceKMSKeyArn = std::forward<SourceKMSKeyArnT>(value);
167 template <
typename SourceKMSKeyArnT = Aws::String>
187 bool m_zipFileHasBeenSet =
false;
188 bool m_s3BucketHasBeenSet =
false;
189 bool m_s3KeyHasBeenSet =
false;
190 bool m_s3ObjectVersionHasBeenSet =
false;
191 bool m_s3ObjectStorageModeHasBeenSet =
false;
192 bool m_imageUriHasBeenSet =
false;
193 bool m_sourceKMSKeyArnHasBeenSet =
false;
FunctionCode & WithImageUri(ImageUriT &&value)
FunctionCode & WithS3ObjectStorageMode(S3ObjectStorageMode value)
void SetSourceKMSKeyArn(SourceKMSKeyArnT &&value)
bool S3BucketHasBeenSet() const
const Aws::String & GetSourceKMSKeyArn() const
void SetImageUri(ImageUriT &&value)
FunctionCode & WithSourceKMSKeyArn(SourceKMSKeyArnT &&value)
AWS_LAMBDA_API FunctionCode & operator=(Aws::Utils::Json::JsonView jsonValue)
S3ObjectStorageMode GetS3ObjectStorageMode() const
FunctionCode & WithS3Key(S3KeyT &&value)
const Aws::String & GetS3ObjectVersion() const
bool S3ObjectStorageModeHasBeenSet() const
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
FunctionCode & WithS3Bucket(S3BucketT &&value)
bool S3ObjectVersionHasBeenSet() const
bool SourceKMSKeyArnHasBeenSet() const
bool ZipFileHasBeenSet() const
void SetS3ObjectStorageMode(S3ObjectStorageMode value)
const Aws::String & GetS3Key() const
void SetS3Bucket(S3BucketT &&value)
void SetS3Key(S3KeyT &&value)
AWS_LAMBDA_API FunctionCode(Aws::Utils::Json::JsonView jsonValue)
FunctionCode & WithZipFile(ZipFileT &&value)
AWS_LAMBDA_API FunctionCode()=default
bool S3KeyHasBeenSet() const
const Aws::Utils::CryptoBuffer & GetZipFile() const
const Aws::String & GetImageUri() const
const Aws::String & GetS3Bucket() const
void SetZipFile(ZipFileT &&value)
bool ImageUriHasBeenSet() const
FunctionCode & WithS3ObjectVersion(S3ObjectVersionT &&value)
void SetS3ObjectVersion(S3ObjectVersionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue