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>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
60 template <
typename CreationTimeT = Aws::Utils::DateTime>
62 m_creationTimeHasBeenSet =
true;
63 m_creationTime = std::forward<CreationTimeT>(value);
65 template <
typename CreationTimeT = Aws::Utils::DateTime>
79 template <
typename DescriptionT = Aws::String>
81 m_descriptionHasBeenSet =
true;
82 m_description = std::forward<DescriptionT>(value);
84 template <
typename DescriptionT = Aws::String>
99 template <
typename KafkaVersionsT = Aws::Vector<Aws::String>>
101 m_kafkaVersionsHasBeenSet =
true;
102 m_kafkaVersions = std::forward<KafkaVersionsT>(value);
104 template <
typename KafkaVersionsT = Aws::Vector<Aws::String>>
109 template <
typename KafkaVersionsT = Aws::String>
111 m_kafkaVersionsHasBeenSet =
true;
112 m_kafkaVersions.emplace_back(std::forward<KafkaVersionsT>(value));
124 template <
typename LatestRevisionT = ConfigurationRevision>
126 m_latestRevisionHasBeenSet =
true;
127 m_latestRevision = std::forward<LatestRevisionT>(value);
129 template <
typename LatestRevisionT = ConfigurationRevision>
143 template <
typename NameT = Aws::String>
145 m_nameHasBeenSet =
true;
146 m_name = std::forward<NameT>(value);
148 template <
typename NameT = Aws::String>
150 SetName(std::forward<NameT>(value));
164 m_stateHasBeenSet =
true;
176 template <
typename RequestIdT = Aws::String>
178 m_requestIdHasBeenSet =
true;
179 m_requestId = std::forward<RequestIdT>(value);
181 template <
typename RequestIdT = Aws::String>
196 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;
210 bool m_requestIdHasBeenSet =
false;
DescribeConfigurationResult & AddKafkaVersions(KafkaVersionsT &&value)
ConfigurationState GetState() const
void SetKafkaVersions(KafkaVersionsT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetArn() const
DescribeConfigurationResult & WithLatestRevision(LatestRevisionT &&value)
const Aws::String & GetDescription() const
DescribeConfigurationResult & WithKafkaVersions(KafkaVersionsT &&value)
DescribeConfigurationResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetName() const
void SetName(NameT &&value)
DescribeConfigurationResult & WithArn(ArnT &&value)
void SetCreationTime(CreationTimeT &&value)
const Aws::Vector< Aws::String > & GetKafkaVersions() const
AWS_KAFKA_API DescribeConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_KAFKA_API DescribeConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ConfigurationRevision & GetLatestRevision() const
void SetArn(ArnT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetState(ConfigurationState value)
const Aws::String & GetRequestId() const
void SetLatestRevision(LatestRevisionT &&value)
DescribeConfigurationResult & WithDescription(DescriptionT &&value)
void SetRequestId(RequestIdT &&value)
DescribeConfigurationResult & WithName(NameT &&value)
AWS_KAFKA_API DescribeConfigurationResult()=default
DescribeConfigurationResult & WithCreationTime(CreationTimeT &&value)
DescribeConfigurationResult & WithState(ConfigurationState 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