7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/finspace/Finspace_EXPORTS.h>
41 template <
typename S3BucketT = Aws::String>
43 m_s3BucketHasBeenSet =
true;
44 m_s3Bucket = std::forward<S3BucketT>(value);
46 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));
78 template <
typename S3ObjectVersionT = Aws::String>
80 m_s3ObjectVersionHasBeenSet =
true;
81 m_s3ObjectVersion = std::forward<S3ObjectVersionT>(value);
83 template <
typename S3ObjectVersionT = Aws::String>
91 bool m_s3BucketHasBeenSet =
false;
94 bool m_s3KeyHasBeenSet =
false;
97 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