AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
CallAnalyticsSkippedFeature.h
1
6#pragma once
7#include <aws/transcribe/TranscribeService_EXPORTS.h>
8#include <aws/transcribe/model/CallAnalyticsFeature.h>
9#include <aws/transcribe/model/CallAnalyticsSkippedReasonCode.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace TranscribeService
24{
25namespace Model
26{
27
40 {
41 public:
42 AWS_TRANSCRIBESERVICE_API CallAnalyticsSkippedFeature() = default;
43 AWS_TRANSCRIBESERVICE_API CallAnalyticsSkippedFeature(Aws::Utils::Json::JsonView jsonValue);
45 AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
46
47
49
53 inline CallAnalyticsFeature GetFeature() const { return m_feature; }
54 inline bool FeatureHasBeenSet() const { return m_featureHasBeenSet; }
55 inline void SetFeature(CallAnalyticsFeature value) { m_featureHasBeenSet = true; m_feature = value; }
58
60
64 inline CallAnalyticsSkippedReasonCode GetReasonCode() const { return m_reasonCode; }
65 inline bool ReasonCodeHasBeenSet() const { return m_reasonCodeHasBeenSet; }
66 inline void SetReasonCode(CallAnalyticsSkippedReasonCode value) { m_reasonCodeHasBeenSet = true; m_reasonCode = value; }
69
71
75 inline const Aws::String& GetMessage() const { return m_message; }
76 inline bool MessageHasBeenSet() const { return m_messageHasBeenSet; }
77 template<typename MessageT = Aws::String>
78 void SetMessage(MessageT&& value) { m_messageHasBeenSet = true; m_message = std::forward<MessageT>(value); }
79 template<typename MessageT = Aws::String>
80 CallAnalyticsSkippedFeature& WithMessage(MessageT&& value) { SetMessage(std::forward<MessageT>(value)); return *this;}
82 private:
83
85 bool m_featureHasBeenSet = false;
86
88 bool m_reasonCodeHasBeenSet = false;
89
90 Aws::String m_message;
91 bool m_messageHasBeenSet = false;
92 };
93
94} // namespace Model
95} // namespace TranscribeService
96} // namespace Aws
CallAnalyticsSkippedFeature & WithReasonCode(CallAnalyticsSkippedReasonCode value)
AWS_TRANSCRIBESERVICE_API CallAnalyticsSkippedFeature(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSCRIBESERVICE_API CallAnalyticsSkippedFeature & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
CallAnalyticsSkippedFeature & WithMessage(MessageT &&value)
AWS_TRANSCRIBESERVICE_API CallAnalyticsSkippedFeature()=default
CallAnalyticsSkippedFeature & WithFeature(CallAnalyticsFeature value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue