AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ArtifactConfigOutput.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 ArtifactConfigOutput();
37 AWS_SYNTHETICS_API ArtifactConfigOutput(Aws::Utils::Json::JsonView jsonValue);
39 AWS_SYNTHETICS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const S3EncryptionConfig& GetS3Encryption() const{ return m_s3Encryption; }
48 inline bool S3EncryptionHasBeenSet() const { return m_s3EncryptionHasBeenSet; }
49 inline void SetS3Encryption(const S3EncryptionConfig& value) { m_s3EncryptionHasBeenSet = true; m_s3Encryption = value; }
50 inline void SetS3Encryption(S3EncryptionConfig&& value) { m_s3EncryptionHasBeenSet = true; m_s3Encryption = std::move(value); }
51 inline ArtifactConfigOutput& WithS3Encryption(const S3EncryptionConfig& value) { SetS3Encryption(value); return *this;}
52 inline ArtifactConfigOutput& WithS3Encryption(S3EncryptionConfig&& value) { SetS3Encryption(std::move(value)); return *this;}
54 private:
55
56 S3EncryptionConfig m_s3Encryption;
57 bool m_s3EncryptionHasBeenSet = false;
58 };
59
60} // namespace Model
61} // namespace Synthetics
62} // namespace Aws
ArtifactConfigOutput & WithS3Encryption(S3EncryptionConfig &&value)
AWS_SYNTHETICS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SYNTHETICS_API ArtifactConfigOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
const S3EncryptionConfig & GetS3Encryption() const
ArtifactConfigOutput & WithS3Encryption(const S3EncryptionConfig &value)
AWS_SYNTHETICS_API ArtifactConfigOutput(Aws::Utils::Json::JsonView jsonValue)
void SetS3Encryption(S3EncryptionConfig &&value)
void SetS3Encryption(const S3EncryptionConfig &value)
Aws::Utils::Json::JsonValue JsonValue