AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetS3Bucket(const Aws::String& value) { m_s3BucketHasBeenSet = true; m_s3Bucket = value; }
48 inline void SetS3Bucket(Aws::String&& value) { m_s3BucketHasBeenSet = true; m_s3Bucket = std::move(value); }
49 inline void SetS3Bucket(const char* value) { m_s3BucketHasBeenSet = true; m_s3Bucket.assign(value); }
50 inline CodeConfiguration& WithS3Bucket(const Aws::String& value) { SetS3Bucket(value); return *this;}
51 inline CodeConfiguration& WithS3Bucket(Aws::String&& value) { SetS3Bucket(std::move(value)); return *this;}
52 inline CodeConfiguration& WithS3Bucket(const char* value) { SetS3Bucket(value); return *this;}
54
56
60 inline const Aws::String& GetS3Key() const{ return m_s3Key; }
61 inline bool S3KeyHasBeenSet() const { return m_s3KeyHasBeenSet; }
62 inline void SetS3Key(const Aws::String& value) { m_s3KeyHasBeenSet = true; m_s3Key = value; }
63 inline void SetS3Key(Aws::String&& value) { m_s3KeyHasBeenSet = true; m_s3Key = std::move(value); }
64 inline void SetS3Key(const char* value) { m_s3KeyHasBeenSet = true; m_s3Key.assign(value); }
65 inline CodeConfiguration& WithS3Key(const Aws::String& value) { SetS3Key(value); return *this;}
66 inline CodeConfiguration& WithS3Key(Aws::String&& value) { SetS3Key(std::move(value)); return *this;}
67 inline CodeConfiguration& WithS3Key(const char* value) { SetS3Key(value); return *this;}
69
71
74 inline const Aws::String& GetS3ObjectVersion() const{ return m_s3ObjectVersion; }
75 inline bool S3ObjectVersionHasBeenSet() const { return m_s3ObjectVersionHasBeenSet; }
76 inline void SetS3ObjectVersion(const Aws::String& value) { m_s3ObjectVersionHasBeenSet = true; m_s3ObjectVersion = value; }
77 inline void SetS3ObjectVersion(Aws::String&& value) { m_s3ObjectVersionHasBeenSet = true; m_s3ObjectVersion = std::move(value); }
78 inline void SetS3ObjectVersion(const char* value) { m_s3ObjectVersionHasBeenSet = true; m_s3ObjectVersion.assign(value); }
79 inline CodeConfiguration& WithS3ObjectVersion(const Aws::String& value) { SetS3ObjectVersion(value); return *this;}
80 inline CodeConfiguration& WithS3ObjectVersion(Aws::String&& value) { SetS3ObjectVersion(std::move(value)); return *this;}
81 inline CodeConfiguration& WithS3ObjectVersion(const char* value) { SetS3ObjectVersion(value); return *this;}
83 private:
84
85 Aws::String m_s3Bucket;
86 bool m_s3BucketHasBeenSet = false;
87
88 Aws::String m_s3Key;
89 bool m_s3KeyHasBeenSet = false;
90
91 Aws::String m_s3ObjectVersion;
92 bool m_s3ObjectVersionHasBeenSet = false;
93 };
94
95} // namespace Model
96} // namespace finspace
97} // namespace Aws
CodeConfiguration & WithS3ObjectVersion(Aws::String &&value)
const Aws::String & GetS3ObjectVersion() const
void SetS3Key(const Aws::String &value)
const Aws::String & GetS3Bucket() const
CodeConfiguration & WithS3Bucket(const Aws::String &value)
CodeConfiguration & WithS3Key(Aws::String &&value)
CodeConfiguration & WithS3Key(const char *value)
void SetS3Bucket(const Aws::String &value)
CodeConfiguration & WithS3Bucket(const char *value)
CodeConfiguration & WithS3Bucket(Aws::String &&value)
CodeConfiguration & WithS3Key(const Aws::String &value)
void SetS3ObjectVersion(const Aws::String &value)
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FINSPACE_API CodeConfiguration(Aws::Utils::Json::JsonView jsonValue)
CodeConfiguration & WithS3ObjectVersion(const Aws::String &value)
CodeConfiguration & WithS3ObjectVersion(const char *value)
void SetS3ObjectVersion(Aws::String &&value)
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