AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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() = default;
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 template<typename S3EncryptionT = S3EncryptionConfig>
50 void SetS3Encryption(S3EncryptionT&& value) { m_s3EncryptionHasBeenSet = true; m_s3Encryption = std::forward<S3EncryptionT>(value); }
51 template<typename S3EncryptionT = S3EncryptionConfig>
52 ArtifactConfigOutput& WithS3Encryption(S3EncryptionT&& value) { SetS3Encryption(std::forward<S3EncryptionT>(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
AWS_SYNTHETICS_API ArtifactConfigOutput()=default
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(S3EncryptionT &&value)
AWS_SYNTHETICS_API ArtifactConfigOutput(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue