7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/mq/MQ_EXPORTS.h>
9#include <aws/mq/model/ConfigurationId.h>
41 template <
typename CurrentT = ConfigurationId>
43 m_currentHasBeenSet =
true;
44 m_current = std::forward<CurrentT>(value);
46 template <
typename CurrentT = ConfigurationId>
59 template <
typename HistoryT = Aws::Vector<ConfigurationId>>
61 m_historyHasBeenSet =
true;
62 m_history = std::forward<HistoryT>(value);
64 template <
typename HistoryT = Aws::Vector<ConfigurationId>>
69 template <
typename HistoryT = ConfigurationId>
71 m_historyHasBeenSet =
true;
72 m_history.emplace_back(std::forward<HistoryT>(value));
83 template <
typename PendingT = ConfigurationId>
85 m_pendingHasBeenSet =
true;
86 m_pending = std::forward<PendingT>(value);
88 template <
typename PendingT = ConfigurationId>
100 bool m_currentHasBeenSet =
false;
101 bool m_historyHasBeenSet =
false;
102 bool m_pendingHasBeenSet =
false;
AWS_MQ_API Configurations(Aws::Utils::Json::JsonView jsonValue)
const ConfigurationId & GetCurrent() const
AWS_MQ_API Configurations & operator=(Aws::Utils::Json::JsonView jsonValue)
const ConfigurationId & GetPending() const
const Aws::Vector< ConfigurationId > & GetHistory() const
void SetHistory(HistoryT &&value)
bool HistoryHasBeenSet() const
Configurations & WithCurrent(CurrentT &&value)
Configurations & WithHistory(HistoryT &&value)
void SetCurrent(CurrentT &&value)
AWS_MQ_API Configurations()=default
AWS_MQ_API Aws::Utils::Json::JsonValue Jsonize() const
bool CurrentHasBeenSet() const
void SetPending(PendingT &&value)
Configurations & WithPending(PendingT &&value)
bool PendingHasBeenSet() const
Configurations & AddHistory(HistoryT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue