AWS SDK for C++

AWS SDK for C++ Version 1.11.852

Loading...
Searching...
No Matches
CaptureConfiguration.h
1
6#pragma once
7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/application-signals/model/CodeCaptureConfiguration.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace ApplicationSignals {
20namespace Model {
21
30 public:
31 AWS_APPLICATIONSIGNALS_API CaptureConfiguration() = default;
32 AWS_APPLICATIONSIGNALS_API CaptureConfiguration(Aws::Utils::Json::JsonView jsonValue);
33 AWS_APPLICATIONSIGNALS_API CaptureConfiguration& operator=(Aws::Utils::Json::JsonView jsonValue);
34 AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline const CodeCaptureConfiguration& GetCodeCapture() const { return m_codeCapture; }
42 inline bool CodeCaptureHasBeenSet() const { return m_codeCaptureHasBeenSet; }
43 template <typename CodeCaptureT = CodeCaptureConfiguration>
44 void SetCodeCapture(CodeCaptureT&& value) {
45 m_codeCaptureHasBeenSet = true;
46 m_codeCapture = std::forward<CodeCaptureT>(value);
47 }
48 template <typename CodeCaptureT = CodeCaptureConfiguration>
49 CaptureConfiguration& WithCodeCapture(CodeCaptureT&& value) {
50 SetCodeCapture(std::forward<CodeCaptureT>(value));
51 return *this;
52 }
54 private:
55 CodeCaptureConfiguration m_codeCapture;
56 bool m_codeCaptureHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace ApplicationSignals
61} // namespace Aws
CaptureConfiguration & WithCodeCapture(CodeCaptureT &&value)
AWS_APPLICATIONSIGNALS_API CaptureConfiguration()=default
AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const
const CodeCaptureConfiguration & GetCodeCapture() const
AWS_APPLICATIONSIGNALS_API CaptureConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_APPLICATIONSIGNALS_API CaptureConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue