7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
42 template <
typename S3BucketT = Aws::String>
44 m_s3BucketHasBeenSet =
true;
45 m_s3Bucket = std::forward<S3BucketT>(value);
47 template <
typename S3BucketT = Aws::String>
60 template <
typename S3KeyT = Aws::String>
62 m_s3KeyHasBeenSet =
true;
63 m_s3Key = std::forward<S3KeyT>(value);
65 template <
typename S3KeyT = Aws::String>
67 SetS3Key(std::forward<S3KeyT>(value));
79 template <
typename S3ObjectVersionT = Aws::String>
81 m_s3ObjectVersionHasBeenSet =
true;
82 m_s3ObjectVersion = std::forward<S3ObjectVersionT>(value);
84 template <
typename S3ObjectVersionT = Aws::String>
98 template <
typename ZipFileT = Aws::String>
100 m_zipFileHasBeenSet =
true;
101 m_zipFile = std::forward<ZipFileT>(value);
103 template <
typename ZipFileT = Aws::String>
117 bool m_s3BucketHasBeenSet =
false;
118 bool m_s3KeyHasBeenSet =
false;
119 bool m_s3ObjectVersionHasBeenSet =
false;
120 bool m_zipFileHasBeenSet =
false;
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetS3Key() const
AwsLambdaFunctionCode & WithS3ObjectVersion(S3ObjectVersionT &&value)
AWS_SECURITYHUB_API AwsLambdaFunctionCode & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsLambdaFunctionCode & WithS3Key(S3KeyT &&value)
void SetS3ObjectVersion(S3ObjectVersionT &&value)
bool S3BucketHasBeenSet() const
bool S3KeyHasBeenSet() const
void SetS3Key(S3KeyT &&value)
bool ZipFileHasBeenSet() const
const Aws::String & GetS3ObjectVersion() const
void SetZipFile(ZipFileT &&value)
AwsLambdaFunctionCode & WithZipFile(ZipFileT &&value)
void SetS3Bucket(S3BucketT &&value)
AwsLambdaFunctionCode & WithS3Bucket(S3BucketT &&value)
AWS_SECURITYHUB_API AwsLambdaFunctionCode()=default
AWS_SECURITYHUB_API AwsLambdaFunctionCode(Aws::Utils::Json::JsonView jsonValue)
bool S3ObjectVersionHasBeenSet() const
const Aws::String & GetZipFile() const
const Aws::String & GetS3Bucket() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue