AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ArtifactConfigInput.h
1
6#pragma once
7#include <aws/synthetics/Synthetics_EXPORTS.h>
8#include <aws/synthetics/model/S3EncryptionConfig.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 Synthetics
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_SYNTHETICS_API ArtifactConfigInput();
37 AWS_SYNTHETICS_API ArtifactConfigInput(Aws::Utils::Json::JsonView jsonValue);
39 AWS_SYNTHETICS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
51 inline const S3EncryptionConfig& GetS3Encryption() const{ return m_s3Encryption; }
52 inline bool S3EncryptionHasBeenSet() const { return m_s3EncryptionHasBeenSet; }
53 inline void SetS3Encryption(const S3EncryptionConfig& value) { m_s3EncryptionHasBeenSet = true; m_s3Encryption = value; }
54 inline void SetS3Encryption(S3EncryptionConfig&& value) { m_s3EncryptionHasBeenSet = true; m_s3Encryption = std::move(value); }
55 inline ArtifactConfigInput& WithS3Encryption(const S3EncryptionConfig& value) { SetS3Encryption(value); return *this;}
56 inline ArtifactConfigInput& WithS3Encryption(S3EncryptionConfig&& value) { SetS3Encryption(std::move(value)); return *this;}
58 private:
59
60 S3EncryptionConfig m_s3Encryption;
61 bool m_s3EncryptionHasBeenSet = false;
62 };
63
64} // namespace Model
65} // namespace Synthetics
66} // namespace Aws
ArtifactConfigInput & WithS3Encryption(const S3EncryptionConfig &value)
void SetS3Encryption(const S3EncryptionConfig &value)
void SetS3Encryption(S3EncryptionConfig &&value)
AWS_SYNTHETICS_API Aws::Utils::Json::JsonValue Jsonize() const
ArtifactConfigInput & WithS3Encryption(S3EncryptionConfig &&value)
AWS_SYNTHETICS_API ArtifactConfigInput(Aws::Utils::Json::JsonView jsonValue)
const S3EncryptionConfig & GetS3Encryption() const
AWS_SYNTHETICS_API ArtifactConfigInput & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue