7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename S3BucketT = Aws::String>
49 void SetS3Bucket(S3BucketT&& value) { m_s3BucketHasBeenSet =
true; m_s3Bucket = std::forward<S3BucketT>(value); }
50 template<
typename S3BucketT = Aws::String>
60 template<
typename S3KeyT = Aws::String>
61 void SetS3Key(S3KeyT&& value) { m_s3KeyHasBeenSet =
true; m_s3Key = std::forward<S3KeyT>(value); }
62 template<
typename S3KeyT = Aws::String>
73 template<
typename S3ObjectVersionT = Aws::String>
74 void SetS3ObjectVersion(S3ObjectVersionT&& value) { m_s3ObjectVersionHasBeenSet =
true; m_s3ObjectVersion = std::forward<S3ObjectVersionT>(value); }
75 template<
typename S3ObjectVersionT = Aws::String>
86 template<
typename ZipFileT = Aws::String>
87 void SetZipFile(ZipFileT&& value) { m_zipFileHasBeenSet =
true; m_zipFile = std::forward<ZipFileT>(value); }
88 template<
typename ZipFileT = Aws::String>
94 bool m_s3BucketHasBeenSet =
false;
97 bool m_s3KeyHasBeenSet =
false;
100 bool m_s3ObjectVersionHasBeenSet =
false;
103 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