7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/lexv2-models/model/MessageGroup.h>
50 inline void SetDelayInSeconds(
int value) { m_delayInSecondsHasBeenSet =
true; m_delayInSeconds = value; }
61 template<
typename MessageGroupsT = Aws::Vector<MessageGroup>>
62 void SetMessageGroups(MessageGroupsT&& value) { m_messageGroupsHasBeenSet =
true; m_messageGroups = std::forward<MessageGroupsT>(value); }
63 template<
typename MessageGroupsT = Aws::Vector<MessageGroup>>
65 template<
typename MessageGroupsT = MessageGroup>
76 inline void SetAllowInterrupt(
bool value) { m_allowInterruptHasBeenSet =
true; m_allowInterrupt = value; }
81 int m_delayInSeconds{0};
82 bool m_delayInSecondsHasBeenSet =
false;
85 bool m_messageGroupsHasBeenSet =
false;
87 bool m_allowInterrupt{
false};
88 bool m_allowInterruptHasBeenSet =
false;
AWS_LEXMODELSV2_API FulfillmentStartResponseSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
FulfillmentStartResponseSpecification & WithDelayInSeconds(int value)
const Aws::Vector< MessageGroup > & GetMessageGroups() const
AWS_LEXMODELSV2_API FulfillmentStartResponseSpecification(Aws::Utils::Json::JsonView jsonValue)
void SetDelayInSeconds(int value)
FulfillmentStartResponseSpecification & WithMessageGroups(MessageGroupsT &&value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool AllowInterruptHasBeenSet() const
bool DelayInSecondsHasBeenSet() const
bool GetAllowInterrupt() const
FulfillmentStartResponseSpecification & WithAllowInterrupt(bool value)
void SetAllowInterrupt(bool value)
bool MessageGroupsHasBeenSet() const
FulfillmentStartResponseSpecification & AddMessageGroups(MessageGroupsT &&value)
AWS_LEXMODELSV2_API FulfillmentStartResponseSpecification()=default
void SetMessageGroups(MessageGroupsT &&value)
int GetDelayInSeconds() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue