7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/kafka/Kafka_EXPORTS.h>
11#include <aws/kafka/model/ConfigurationRevision.h>
12#include <aws/kafka/model/ConfigurationState.h>
50 template <
typename ArnT = Aws::String>
52 m_arnHasBeenSet =
true;
53 m_arn = std::forward<ArnT>(value);
55 template <
typename ArnT = Aws::String>
57 SetArn(std::forward<ArnT>(value));
70 template <
typename CreationTimeT = Aws::Utils::DateTime>
72 m_creationTimeHasBeenSet =
true;
73 m_creationTime = std::forward<CreationTimeT>(value);
75 template <
typename CreationTimeT = Aws::Utils::DateTime>
90 template <
typename DescriptionT = Aws::String>
92 m_descriptionHasBeenSet =
true;
93 m_description = std::forward<DescriptionT>(value);
95 template <
typename DescriptionT = Aws::String>
113 template <
typename KafkaVersionsT = Aws::Vector<Aws::String>>
115 m_kafkaVersionsHasBeenSet =
true;
116 m_kafkaVersions = std::forward<KafkaVersionsT>(value);
118 template <
typename KafkaVersionsT = Aws::Vector<Aws::String>>
123 template <
typename KafkaVersionsT = Aws::String>
125 m_kafkaVersionsHasBeenSet =
true;
126 m_kafkaVersions.emplace_back(std::forward<KafkaVersionsT>(value));
139 template <
typename LatestRevisionT = ConfigurationRevision>
141 m_latestRevisionHasBeenSet =
true;
142 m_latestRevision = std::forward<LatestRevisionT>(value);
144 template <
typename LatestRevisionT = ConfigurationRevision>
159 template <
typename NameT = Aws::String>
161 m_nameHasBeenSet =
true;
162 m_name = std::forward<NameT>(value);
164 template <
typename NameT = Aws::String>
166 SetName(std::forward<NameT>(value));
181 m_stateHasBeenSet =
true;
198 ConfigurationRevision m_latestRevision;
203 bool m_arnHasBeenSet =
false;
204 bool m_creationTimeHasBeenSet =
false;
205 bool m_descriptionHasBeenSet =
false;
206 bool m_kafkaVersionsHasBeenSet =
false;
207 bool m_latestRevisionHasBeenSet =
false;
208 bool m_nameHasBeenSet =
false;
209 bool m_stateHasBeenSet =
false;
void SetState(ConfigurationState value)
Configuration & WithLatestRevision(LatestRevisionT &&value)
bool ArnHasBeenSet() const
const Aws::Vector< Aws::String > & GetKafkaVersions() const
AWS_KAFKA_API Configuration(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreationTime() const
Configuration & WithDescription(DescriptionT &&value)
const Aws::String & GetArn() const
Configuration & WithArn(ArnT &&value)
bool CreationTimeHasBeenSet() const
const Aws::String & GetDescription() const
const ConfigurationRevision & GetLatestRevision() const
bool NameHasBeenSet() const
ConfigurationState GetState() const
void SetKafkaVersions(KafkaVersionsT &&value)
bool DescriptionHasBeenSet() const
bool StateHasBeenSet() const
Configuration & WithState(ConfigurationState value)
void SetDescription(DescriptionT &&value)
AWS_KAFKA_API Configuration()=default
bool KafkaVersionsHasBeenSet() const
void SetLatestRevision(LatestRevisionT &&value)
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetName() const
Configuration & WithCreationTime(CreationTimeT &&value)
Configuration & WithName(NameT &&value)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
bool LatestRevisionHasBeenSet() const
Configuration & AddKafkaVersions(KafkaVersionsT &&value)
AWS_KAFKA_API Configuration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
void SetArn(ArnT &&value)
Configuration & WithKafkaVersions(KafkaVersionsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue