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>
51 inline void SetFrequencyInSeconds(
int value) { m_frequencyInSecondsHasBeenSet =
true; m_frequencyInSeconds = value; }
77 inline void SetAllowInterrupt(
bool value) { m_allowInterruptHasBeenSet =
true; m_allowInterrupt = value; }
82 int m_frequencyInSeconds;
83 bool m_frequencyInSecondsHasBeenSet =
false;
86 bool m_messageGroupsHasBeenSet =
false;
88 bool m_allowInterrupt;
89 bool m_allowInterruptHasBeenSet =
false;
FulfillmentUpdateResponseSpecification & WithMessageGroups(const Aws::Vector< MessageGroup > &value)
void SetMessageGroups(Aws::Vector< MessageGroup > &&value)
AWS_LEXMODELSV2_API FulfillmentUpdateResponseSpecification(Aws::Utils::Json::JsonView jsonValue)
void SetAllowInterrupt(bool value)
FulfillmentUpdateResponseSpecification & AddMessageGroups(const MessageGroup &value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool FrequencyInSecondsHasBeenSet() const
AWS_LEXMODELSV2_API FulfillmentUpdateResponseSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
FulfillmentUpdateResponseSpecification & WithMessageGroups(Aws::Vector< MessageGroup > &&value)
bool AllowInterruptHasBeenSet() const
FulfillmentUpdateResponseSpecification & AddMessageGroups(MessageGroup &&value)
FulfillmentUpdateResponseSpecification & WithAllowInterrupt(bool value)
bool MessageGroupsHasBeenSet() const
void SetFrequencyInSeconds(int value)
bool GetAllowInterrupt() const
int GetFrequencyInSeconds() const
AWS_LEXMODELSV2_API FulfillmentUpdateResponseSpecification()
FulfillmentUpdateResponseSpecification & WithFrequencyInSeconds(int value)
void SetMessageGroups(const Aws::Vector< MessageGroup > &value)
const Aws::Vector< MessageGroup > & GetMessageGroups() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue