AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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#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 LexModelsV2
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_LEXMODELSV2_API AudioLogDestination();
36 AWS_LEXMODELSV2_API AudioLogDestination(Aws::Utils::Json::JsonView jsonValue);
38 AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
48 inline const S3BucketLogDestination& GetS3Bucket() const{ return m_s3Bucket; }
49 inline bool S3BucketHasBeenSet() const { return m_s3BucketHasBeenSet; }
50 inline void SetS3Bucket(const S3BucketLogDestination& value) { m_s3BucketHasBeenSet = true; m_s3Bucket = value; }
51 inline void SetS3Bucket(S3BucketLogDestination&& value) { m_s3BucketHasBeenSet = true; m_s3Bucket = std::move(value); }
52 inline AudioLogDestination& WithS3Bucket(const S3BucketLogDestination& value) { SetS3Bucket(value); return *this;}
53 inline AudioLogDestination& WithS3Bucket(S3BucketLogDestination&& value) { SetS3Bucket(std::move(value)); return *this;}
55 private:
56
57 S3BucketLogDestination m_s3Bucket;
58 bool m_s3BucketHasBeenSet = false;
59 };
60
61} // namespace Model
62} // namespace LexModelsV2
63} // namespace Aws
AWS_LEXMODELSV2_API AudioLogDestination(Aws::Utils::Json::JsonView jsonValue)
AudioLogDestination & WithS3Bucket(const S3BucketLogDestination &value)
const S3BucketLogDestination & GetS3Bucket() const
void SetS3Bucket(const S3BucketLogDestination &value)
void SetS3Bucket(S3BucketLogDestination &&value)
AudioLogDestination & WithS3Bucket(S3BucketLogDestination &&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