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 ZipFileT = Aws::Utils::CryptoBuffer>
46 m_zipFileHasBeenSet =
true;
47 m_zipFile = std::forward<ZipFileT>(value);
49 template <
typename ZipFileT = Aws::Utils::CryptoBuffer>
63 template <
typename S3BucketT = Aws::String>
65 m_s3BucketHasBeenSet =
true;
66 m_s3Bucket = std::forward<S3BucketT>(value);
68 template <
typename S3BucketT = Aws::String>
81 template <
typename S3KeyT = Aws::String>
83 m_s3KeyHasBeenSet =
true;
84 m_s3Key = std::forward<S3KeyT>(value);
86 template <
typename S3KeyT = Aws::String>
88 SetS3Key(std::forward<S3KeyT>(value));
100 template <
typename S3ObjectVersionT = Aws::String>
102 m_s3ObjectVersionHasBeenSet =
true;
103 m_s3ObjectVersion = std::forward<S3ObjectVersionT>(value);
105 template <
typename S3ObjectVersionT = Aws::String>
120 template <
typename ImageUriT = Aws::String>
122 m_imageUriHasBeenSet =
true;
123 m_imageUri = std::forward<ImageUriT>(value);
125 template <
typename ImageUriT = Aws::String>
142 template <
typename SourceKMSKeyArnT = Aws::String>
144 m_sourceKMSKeyArnHasBeenSet =
true;
145 m_sourceKMSKeyArn = std::forward<SourceKMSKeyArnT>(value);
147 template <
typename SourceKMSKeyArnT = Aws::String>
155 bool m_zipFileHasBeenSet =
false;
158 bool m_s3BucketHasBeenSet =
false;
161 bool m_s3KeyHasBeenSet =
false;
164 bool m_s3ObjectVersionHasBeenSet =
false;
167 bool m_imageUriHasBeenSet =
false;
170 bool m_sourceKMSKeyArnHasBeenSet =
false;
FunctionCode & WithImageUri(ImageUriT &&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)
FunctionCode & WithS3Key(S3KeyT &&value)
const Aws::String & GetS3ObjectVersion() const
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
FunctionCode & WithS3Bucket(S3BucketT &&value)
bool S3ObjectVersionHasBeenSet() const
bool SourceKMSKeyArnHasBeenSet() const
bool ZipFileHasBeenSet() const
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