AWS SDK for C++

AWS SDK for C++ Version 1.11.752

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Synthetics {
20namespace Model {
21
30 public:
31 AWS_SYNTHETICS_API ArtifactConfigOutput() = default;
32 AWS_SYNTHETICS_API ArtifactConfigOutput(Aws::Utils::Json::JsonView jsonValue);
34 AWS_SYNTHETICS_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline const S3EncryptionConfig& GetS3Encryption() const { return m_s3Encryption; }
42 inline bool S3EncryptionHasBeenSet() const { return m_s3EncryptionHasBeenSet; }
43 template <typename S3EncryptionT = S3EncryptionConfig>
44 void SetS3Encryption(S3EncryptionT&& value) {
45 m_s3EncryptionHasBeenSet = true;
46 m_s3Encryption = std::forward<S3EncryptionT>(value);
47 }
48 template <typename S3EncryptionT = S3EncryptionConfig>
49 ArtifactConfigOutput& WithS3Encryption(S3EncryptionT&& value) {
50 SetS3Encryption(std::forward<S3EncryptionT>(value));
51 return *this;
52 }
54 private:
55 S3EncryptionConfig m_s3Encryption;
56 bool m_s3EncryptionHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace Synthetics
61} // 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