AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
TextInputSpecification.h
1
6#pragma once
7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace LexModelsV2 {
17namespace Model {
18
25 public:
26 AWS_LEXMODELSV2_API TextInputSpecification() = default;
27 AWS_LEXMODELSV2_API TextInputSpecification(Aws::Utils::Json::JsonView jsonValue);
29 AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
35 inline int GetStartTimeoutMs() const { return m_startTimeoutMs; }
36 inline bool StartTimeoutMsHasBeenSet() const { return m_startTimeoutMsHasBeenSet; }
37 inline void SetStartTimeoutMs(int value) {
38 m_startTimeoutMsHasBeenSet = true;
39 m_startTimeoutMs = value;
40 }
42 SetStartTimeoutMs(value);
43 return *this;
44 }
46 private:
47 int m_startTimeoutMs{0};
48 bool m_startTimeoutMsHasBeenSet = false;
49};
50
51} // namespace Model
52} // namespace LexModelsV2
53} // namespace Aws
AWS_LEXMODELSV2_API TextInputSpecification(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API TextInputSpecification()=default
AWS_LEXMODELSV2_API TextInputSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
TextInputSpecification & WithStartTimeoutMs(int value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue