7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/kafka/Kafka_EXPORTS.h>
12#include <aws/kafka/model/ConfigurationRevision.h>
13#include <aws/kafka/model/ConfigurationState.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
61 template <
typename CreationTimeT = Aws::Utils::DateTime>
63 m_creationTimeHasBeenSet =
true;
64 m_creationTime = std::forward<CreationTimeT>(value);
66 template <
typename CreationTimeT = Aws::Utils::DateTime>
80 template <
typename DescriptionT = Aws::String>
82 m_descriptionHasBeenSet =
true;
83 m_description = std::forward<DescriptionT>(value);
85 template <
typename DescriptionT = Aws::String>
100 template <
typename KafkaVersionsT = Aws::Vector<Aws::String>>
102 m_kafkaVersionsHasBeenSet =
true;
103 m_kafkaVersions = std::forward<KafkaVersionsT>(value);
105 template <
typename KafkaVersionsT = Aws::Vector<Aws::String>>
110 template <
typename KafkaVersionsT = Aws::String>
112 m_kafkaVersionsHasBeenSet =
true;
113 m_kafkaVersions.emplace_back(std::forward<KafkaVersionsT>(value));
125 template <
typename LatestRevisionT = ConfigurationRevision>
127 m_latestRevisionHasBeenSet =
true;
128 m_latestRevision = std::forward<LatestRevisionT>(value);
130 template <
typename LatestRevisionT = ConfigurationRevision>
144 template <
typename NameT = Aws::String>
146 m_nameHasBeenSet =
true;
147 m_name = std::forward<NameT>(value);
149 template <
typename NameT = Aws::String>
151 SetName(std::forward<NameT>(value));
165 m_stateHasBeenSet =
true;
177 template <
typename RequestIdT = Aws::String>
179 m_requestIdHasBeenSet =
true;
180 m_requestId = std::forward<RequestIdT>(value);
182 template <
typename RequestIdT = Aws::String>
199 ConfigurationRevision m_latestRevision;
207 bool m_arnHasBeenSet =
false;
208 bool m_creationTimeHasBeenSet =
false;
209 bool m_descriptionHasBeenSet =
false;
210 bool m_kafkaVersionsHasBeenSet =
false;
211 bool m_latestRevisionHasBeenSet =
false;
212 bool m_nameHasBeenSet =
false;
213 bool m_stateHasBeenSet =
false;
214 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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