AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
CodeConfiguration.h
1
6#pragma once
7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace finspace
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_FINSPACE_API CodeConfiguration() = default;
36 AWS_FINSPACE_API CodeConfiguration(Aws::Utils::Json::JsonView jsonValue);
38 AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetS3Bucket() const { return m_s3Bucket; }
46 inline bool S3BucketHasBeenSet() const { return m_s3BucketHasBeenSet; }
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>
50 CodeConfiguration& WithS3Bucket(S3BucketT&& value) { SetS3Bucket(std::forward<S3BucketT>(value)); return *this;}
52
54
58 inline const Aws::String& GetS3Key() const { return m_s3Key; }
59 inline bool S3KeyHasBeenSet() const { return m_s3KeyHasBeenSet; }
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>
63 CodeConfiguration& WithS3Key(S3KeyT&& value) { SetS3Key(std::forward<S3KeyT>(value)); return *this;}
65
67
70 inline const Aws::String& GetS3ObjectVersion() const { return m_s3ObjectVersion; }
71 inline bool S3ObjectVersionHasBeenSet() const { return m_s3ObjectVersionHasBeenSet; }
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>
75 CodeConfiguration& WithS3ObjectVersion(S3ObjectVersionT&& value) { SetS3ObjectVersion(std::forward<S3ObjectVersionT>(value)); return *this;}
77 private:
78
79 Aws::String m_s3Bucket;
80 bool m_s3BucketHasBeenSet = false;
81
82 Aws::String m_s3Key;
83 bool m_s3KeyHasBeenSet = false;
84
85 Aws::String m_s3ObjectVersion;
86 bool m_s3ObjectVersionHasBeenSet = false;
87 };
88
89} // namespace Model
90} // namespace finspace
91} // namespace Aws
const Aws::String & GetS3ObjectVersion() const
const Aws::String & GetS3Bucket() const
CodeConfiguration & WithS3ObjectVersion(S3ObjectVersionT &&value)
AWS_FINSPACE_API CodeConfiguration()=default
CodeConfiguration & WithS3Bucket(S3BucketT &&value)
void SetS3ObjectVersion(S3ObjectVersionT &&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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue