7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename ZipFileT = Aws::Utils::CryptoBuffer>
51 void SetZipFile(ZipFileT&& value) { m_zipFileHasBeenSet =
true; m_zipFile = std::forward<ZipFileT>(value); }
52 template<
typename ZipFileT = Aws::Utils::CryptoBuffer>
63 template<
typename S3BucketT = Aws::String>
64 void SetS3Bucket(S3BucketT&& value) { m_s3BucketHasBeenSet =
true; m_s3Bucket = std::forward<S3BucketT>(value); }
65 template<
typename S3BucketT = Aws::String>
75 template<
typename S3KeyT = Aws::String>
76 void SetS3Key(S3KeyT&& value) { m_s3KeyHasBeenSet =
true; m_s3Key = std::forward<S3KeyT>(value); }
77 template<
typename S3KeyT = Aws::String>
88 template<
typename S3ObjectVersionT = Aws::String>
89 void SetS3ObjectVersion(S3ObjectVersionT&& value) { m_s3ObjectVersionHasBeenSet =
true; m_s3ObjectVersion = std::forward<S3ObjectVersionT>(value); }
90 template<
typename S3ObjectVersionT = Aws::String>
102 template<
typename ImageUriT = Aws::String>
103 void SetImageUri(ImageUriT&& value) { m_imageUriHasBeenSet =
true; m_imageUri = std::forward<ImageUriT>(value); }
104 template<
typename ImageUriT = Aws::String>
118 template<
typename SourceKMSKeyArnT = Aws::String>
119 void SetSourceKMSKeyArn(SourceKMSKeyArnT&& value) { m_sourceKMSKeyArnHasBeenSet =
true; m_sourceKMSKeyArn = std::forward<SourceKMSKeyArnT>(value); }
120 template<
typename SourceKMSKeyArnT = Aws::String>
126 bool m_zipFileHasBeenSet =
false;
129 bool m_s3BucketHasBeenSet =
false;
132 bool m_s3KeyHasBeenSet =
false;
135 bool m_s3ObjectVersionHasBeenSet =
false;
138 bool m_imageUriHasBeenSet =
false;
141 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