AWS SDK for C++

AWS SDK for C++ Version 1.11.612

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() = default;
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 template<typename S3EncryptionT = S3EncryptionConfig>
54 void SetS3Encryption(S3EncryptionT&& value) { m_s3EncryptionHasBeenSet = true; m_s3Encryption = std::forward<S3EncryptionT>(value); }
55 template<typename S3EncryptionT = S3EncryptionConfig>
56 ArtifactConfigInput& WithS3Encryption(S3EncryptionT&& value) { SetS3Encryption(std::forward<S3EncryptionT>(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
AWS_SYNTHETICS_API ArtifactConfigInput()=default
AWS_SYNTHETICS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SYNTHETICS_API ArtifactConfigInput(Aws::Utils::Json::JsonView jsonValue)
const S3EncryptionConfig & GetS3Encryption() const
AWS_SYNTHETICS_API ArtifactConfigInput & operator=(Aws::Utils::Json::JsonView jsonValue)
ArtifactConfigInput & WithS3Encryption(S3EncryptionT &&value)
Aws::Utils::Json::JsonValue JsonValue