AWS SDK for C++

AWS SDK for C++ Version 1.11.744

Loading...
Searching...
No Matches
SampleDocumentKeys.h
1
6#pragma once
7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace B2BI {
20namespace Model {
21
29 public:
30 AWS_B2BI_API SampleDocumentKeys() = default;
34
36
39 inline const Aws::String& GetInput() const { return m_input; }
40 inline bool InputHasBeenSet() const { return m_inputHasBeenSet; }
41 template <typename InputT = Aws::String>
42 void SetInput(InputT&& value) {
43 m_inputHasBeenSet = true;
44 m_input = std::forward<InputT>(value);
45 }
46 template <typename InputT = Aws::String>
47 SampleDocumentKeys& WithInput(InputT&& value) {
48 SetInput(std::forward<InputT>(value));
49 return *this;
50 }
52
54
57 inline const Aws::String& GetOutput() const { return m_output; }
58 inline bool OutputHasBeenSet() const { return m_outputHasBeenSet; }
59 template <typename OutputT = Aws::String>
60 void SetOutput(OutputT&& value) {
61 m_outputHasBeenSet = true;
62 m_output = std::forward<OutputT>(value);
63 }
64 template <typename OutputT = Aws::String>
65 SampleDocumentKeys& WithOutput(OutputT&& value) {
66 SetOutput(std::forward<OutputT>(value));
67 return *this;
68 }
70 private:
71 Aws::String m_input;
72
73 Aws::String m_output;
74 bool m_inputHasBeenSet = false;
75 bool m_outputHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace B2BI
80} // namespace Aws
AWS_B2BI_API SampleDocumentKeys()=default
const Aws::String & GetOutput() const
AWS_B2BI_API Aws::Utils::Json::JsonValue Jsonize() const
SampleDocumentKeys & WithOutput(OutputT &&value)
const Aws::String & GetInput() const
AWS_B2BI_API SampleDocumentKeys(Aws::Utils::Json::JsonView jsonValue)
SampleDocumentKeys & WithInput(InputT &&value)
AWS_B2BI_API SampleDocumentKeys & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue