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; }
76 inline void SetAllowInterrupt(
bool value) { m_allowInterruptHasBeenSet =
true; m_allowInterrupt = value; }
82 bool m_delayInSecondsHasBeenSet =
false;
85 bool m_messageGroupsHasBeenSet =
false;
87 bool m_allowInterrupt;
88 bool m_allowInterruptHasBeenSet =
false;
void SetMessageGroups(const Aws::Vector< MessageGroup > &value)
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)
AWS_LEXMODELSV2_API FulfillmentStartResponseSpecification()
void SetDelayInSeconds(int value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool AllowInterruptHasBeenSet() const
FulfillmentStartResponseSpecification & AddMessageGroups(const MessageGroup &value)
bool DelayInSecondsHasBeenSet() const
bool GetAllowInterrupt() const
FulfillmentStartResponseSpecification & AddMessageGroups(MessageGroup &&value)
FulfillmentStartResponseSpecification & WithAllowInterrupt(bool value)
void SetAllowInterrupt(bool value)
FulfillmentStartResponseSpecification & WithMessageGroups(const Aws::Vector< MessageGroup > &value)
bool MessageGroupsHasBeenSet() const
FulfillmentStartResponseSpecification & WithMessageGroups(Aws::Vector< MessageGroup > &&value)
void SetMessageGroups(Aws::Vector< MessageGroup > &&value)
int GetDelayInSeconds() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue