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