AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
AudioLogDestination.h
1
6#pragma once
7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/model/S3BucketLogDestination.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace LexModelsV2 {
20namespace Model {
21
29 public:
30 AWS_LEXMODELSV2_API AudioLogDestination() = default;
31 AWS_LEXMODELSV2_API AudioLogDestination(Aws::Utils::Json::JsonView jsonValue);
33 AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
42 inline const S3BucketLogDestination& GetS3Bucket() const { return m_s3Bucket; }
43 inline bool S3BucketHasBeenSet() const { return m_s3BucketHasBeenSet; }
44 template <typename S3BucketT = S3BucketLogDestination>
45 void SetS3Bucket(S3BucketT&& value) {
46 m_s3BucketHasBeenSet = true;
47 m_s3Bucket = std::forward<S3BucketT>(value);
48 }
49 template <typename S3BucketT = S3BucketLogDestination>
50 AudioLogDestination& WithS3Bucket(S3BucketT&& value) {
51 SetS3Bucket(std::forward<S3BucketT>(value));
52 return *this;
53 }
55 private:
56 S3BucketLogDestination m_s3Bucket;
57 bool m_s3BucketHasBeenSet = false;
58};
59
60} // namespace Model
61} // namespace LexModelsV2
62} // namespace Aws
AWS_LEXMODELSV2_API AudioLogDestination()=default
AWS_LEXMODELSV2_API AudioLogDestination(Aws::Utils::Json::JsonView jsonValue)
const S3BucketLogDestination & GetS3Bucket() const
AudioLogDestination & WithS3Bucket(S3BucketT &&value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXMODELSV2_API AudioLogDestination & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue