AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
ClassificationExportConfiguration.h
1
6#pragma once
7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/macie2/model/S3Destination.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Macie2 {
20namespace Model {
21
30 public:
31 AWS_MACIE2_API ClassificationExportConfiguration() = default;
34 AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline const S3Destination& GetS3Destination() const { return m_s3Destination; }
42 inline bool S3DestinationHasBeenSet() const { return m_s3DestinationHasBeenSet; }
43 template <typename S3DestinationT = S3Destination>
44 void SetS3Destination(S3DestinationT&& value) {
45 m_s3DestinationHasBeenSet = true;
46 m_s3Destination = std::forward<S3DestinationT>(value);
47 }
48 template <typename S3DestinationT = S3Destination>
50 SetS3Destination(std::forward<S3DestinationT>(value));
51 return *this;
52 }
54 private:
55 S3Destination m_s3Destination;
56 bool m_s3DestinationHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace Macie2
61} // namespace Aws
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MACIE2_API ClassificationExportConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API ClassificationExportConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ClassificationExportConfiguration & WithS3Destination(S3DestinationT &&value)
Aws::Utils::Json::JsonValue JsonValue