AWS SDK for C++

AWS SDK for C++ Version 1.11.759

Loading...
Searching...
No Matches
CallAnalyticsJobDetails.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/transcribe/TranscribeService_EXPORTS.h>
9#include <aws/transcribe/model/CallAnalyticsSkippedFeature.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace TranscribeService {
21namespace Model {
22
30 public:
31 AWS_TRANSCRIBESERVICE_API CallAnalyticsJobDetails() = default;
32 AWS_TRANSCRIBESERVICE_API CallAnalyticsJobDetails(Aws::Utils::Json::JsonView jsonValue);
33 AWS_TRANSCRIBESERVICE_API CallAnalyticsJobDetails& operator=(Aws::Utils::Json::JsonView jsonValue);
34 AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
42 inline const Aws::Vector<CallAnalyticsSkippedFeature>& GetSkipped() const { return m_skipped; }
43 inline bool SkippedHasBeenSet() const { return m_skippedHasBeenSet; }
44 template <typename SkippedT = Aws::Vector<CallAnalyticsSkippedFeature>>
45 void SetSkipped(SkippedT&& value) {
46 m_skippedHasBeenSet = true;
47 m_skipped = std::forward<SkippedT>(value);
48 }
49 template <typename SkippedT = Aws::Vector<CallAnalyticsSkippedFeature>>
51 SetSkipped(std::forward<SkippedT>(value));
52 return *this;
53 }
54 template <typename SkippedT = CallAnalyticsSkippedFeature>
56 m_skippedHasBeenSet = true;
57 m_skipped.emplace_back(std::forward<SkippedT>(value));
58 return *this;
59 }
61 private:
63 bool m_skippedHasBeenSet = false;
64};
65
66} // namespace Model
67} // namespace TranscribeService
68} // namespace Aws
CallAnalyticsJobDetails & AddSkipped(SkippedT &&value)
AWS_TRANSCRIBESERVICE_API CallAnalyticsJobDetails(Aws::Utils::Json::JsonView jsonValue)
CallAnalyticsJobDetails & WithSkipped(SkippedT &&value)
AWS_TRANSCRIBESERVICE_API CallAnalyticsJobDetails()=default
const Aws::Vector< CallAnalyticsSkippedFeature > & GetSkipped() const
AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TRANSCRIBESERVICE_API CallAnalyticsJobDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue