7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename S3BucketT = Aws::String>
48 void SetS3Bucket(S3BucketT&& value) { m_s3BucketHasBeenSet =
true; m_s3Bucket = std::forward<S3BucketT>(value); }
49 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>
72 template<
typename S3ObjectVersionT = Aws::String>
73 void SetS3ObjectVersion(S3ObjectVersionT&& value) { m_s3ObjectVersionHasBeenSet =
true; m_s3ObjectVersion = std::forward<S3ObjectVersionT>(value); }
74 template<
typename S3ObjectVersionT = Aws::String>
80 bool m_s3BucketHasBeenSet =
false;
83 bool m_s3KeyHasBeenSet =
false;
86 bool m_s3ObjectVersionHasBeenSet =
false;
bool S3BucketHasBeenSet() const
const Aws::String & GetS3ObjectVersion() const
const Aws::String & GetS3Bucket() const
CodeConfiguration & WithS3ObjectVersion(S3ObjectVersionT &&value)
bool S3ObjectVersionHasBeenSet() const
void SetS3Bucket(S3BucketT &&value)
AWS_FINSPACE_API CodeConfiguration()=default
CodeConfiguration & WithS3Bucket(S3BucketT &&value)
void SetS3ObjectVersion(S3ObjectVersionT &&value)
const Aws::String & GetS3Key() const
void SetS3Key(S3KeyT &&value)
CodeConfiguration & WithS3Key(S3KeyT &&value)
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FINSPACE_API CodeConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_FINSPACE_API CodeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool S3KeyHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue