AWS SDK for C++

AWS SDK for C++ Version 1.11.900

Loading...
Searching...
No Matches
PartialResults.h
1
6#pragma once
7#include <aws/cloudwatchomni/CloudWatchOmni_EXPORTS.h>
8#include <aws/crt/cbor/Cbor.h>
9
10namespace Aws {
11namespace Utils {
12namespace Cbor {
13class CborValue;
14} // namespace Cbor
15} // namespace Utils
16namespace CloudWatchOmni {
17namespace Model {
18
26 public:
27 AWS_CLOUDWATCHOMNI_API PartialResults() = default;
28 AWS_CLOUDWATCHOMNI_API PartialResults(const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
29 AWS_CLOUDWATCHOMNI_API PartialResults& operator=(const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
30 AWS_CLOUDWATCHOMNI_API void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder) const;
31
33
37 inline bool GetPartialResultsDetected() const { return m_partialResultsDetected; }
38 inline bool PartialResultsDetectedHasBeenSet() const { return m_partialResultsDetectedHasBeenSet; }
39 inline void SetPartialResultsDetected(bool value) {
40 m_partialResultsDetectedHasBeenSet = true;
41 m_partialResultsDetected = value;
42 }
45 return *this;
46 }
48 private:
49 bool m_partialResultsDetected{false};
50 bool m_partialResultsDetectedHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace CloudWatchOmni
55} // namespace Aws
AWS_CLOUDWATCHOMNI_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
AWS_CLOUDWATCHOMNI_API PartialResults & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_CLOUDWATCHOMNI_API PartialResults(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_CLOUDWATCHOMNI_API PartialResults()=default
PartialResults & WithPartialResultsDetected(bool value)