7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
9#include <aws/lexv2-models/model/MessageGroup.h>
20namespace LexModelsV2 {
43 template <
typename MessageGroupsT = Aws::Vector<MessageGroup>>
45 m_messageGroupsHasBeenSet =
true;
46 m_messageGroups = std::forward<MessageGroupsT>(value);
48 template <
typename MessageGroupsT = Aws::Vector<MessageGroup>>
53 template <
typename MessageGroupsT = MessageGroup>
55 m_messageGroupsHasBeenSet =
true;
56 m_messageGroups.emplace_back(std::forward<MessageGroupsT>(value));
69 m_frequencyInSecondsHasBeenSet =
true;
70 m_frequencyInSeconds = value;
86 m_timeoutInSecondsHasBeenSet =
true;
87 m_timeoutInSeconds = value;
103 m_allowInterruptHasBeenSet =
true;
104 m_allowInterrupt = value;
114 int m_frequencyInSeconds{0};
116 int m_timeoutInSeconds{0};
118 bool m_allowInterrupt{
false};
119 bool m_messageGroupsHasBeenSet =
false;
120 bool m_frequencyInSecondsHasBeenSet =
false;
121 bool m_timeoutInSecondsHasBeenSet =
false;
122 bool m_allowInterruptHasBeenSet =
false;
AWS_LEXMODELSV2_API StillWaitingResponseSpecification()=default
void SetMessageGroups(MessageGroupsT &&value)
void SetAllowInterrupt(bool value)
StillWaitingResponseSpecification & WithTimeoutInSeconds(int value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
StillWaitingResponseSpecification & AddMessageGroups(MessageGroupsT &&value)
bool FrequencyInSecondsHasBeenSet() const
AWS_LEXMODELSV2_API StillWaitingResponseSpecification(Aws::Utils::Json::JsonView jsonValue)
bool GetAllowInterrupt() const
void SetTimeoutInSeconds(int value)
void SetFrequencyInSeconds(int value)
bool MessageGroupsHasBeenSet() const
StillWaitingResponseSpecification & WithMessageGroups(MessageGroupsT &&value)
StillWaitingResponseSpecification & WithFrequencyInSeconds(int value)
AWS_LEXMODELSV2_API StillWaitingResponseSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
int GetTimeoutInSeconds() const
StillWaitingResponseSpecification & WithAllowInterrupt(bool value)
const Aws::Vector< MessageGroup > & GetMessageGroups() const
bool TimeoutInSecondsHasBeenSet() const
bool AllowInterruptHasBeenSet() const
int GetFrequencyInSeconds() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue