7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kafka/model/ClusterType.h>
10#include <aws/core/utils/DateTime.h>
51 template<
typename ClusterArnT = Aws::String>
52 void SetClusterArn(ClusterArnT&& value) { m_clusterArnHasBeenSet =
true; m_clusterArn = std::forward<ClusterArnT>(value); }
53 template<
typename ClusterArnT = Aws::String>
75 template<
typename StartTimeT = Aws::Utils::DateTime>
76 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
77 template<
typename StartTimeT = Aws::Utils::DateTime>
88 template<
typename EndTimeT = Aws::Utils::DateTime>
89 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
90 template<
typename EndTimeT = Aws::Utils::DateTime>
101 template<
typename OperationArnT = Aws::String>
102 void SetOperationArn(OperationArnT&& value) { m_operationArnHasBeenSet =
true; m_operationArn = std::forward<OperationArnT>(value); }
103 template<
typename OperationArnT = Aws::String>
114 template<
typename OperationStateT = Aws::String>
115 void SetOperationState(OperationStateT&& value) { m_operationStateHasBeenSet =
true; m_operationState = std::forward<OperationStateT>(value); }
116 template<
typename OperationStateT = Aws::String>
127 template<
typename OperationTypeT = Aws::String>
128 void SetOperationType(OperationTypeT&& value) { m_operationTypeHasBeenSet =
true; m_operationType = std::forward<OperationTypeT>(value); }
129 template<
typename OperationTypeT = Aws::String>
135 bool m_clusterArnHasBeenSet =
false;
138 bool m_clusterTypeHasBeenSet =
false;
141 bool m_startTimeHasBeenSet =
false;
144 bool m_endTimeHasBeenSet =
false;
147 bool m_operationArnHasBeenSet =
false;
150 bool m_operationStateHasBeenSet =
false;
153 bool m_operationTypeHasBeenSet =
false;
const Aws::String & GetOperationArn() const
const Aws::Utils::DateTime & GetStartTime() const
void SetClusterType(ClusterType value)
AWS_KAFKA_API ClusterOperationV2Summary()=default
bool OperationTypeHasBeenSet() const
ClusterOperationV2Summary & WithClusterType(ClusterType value)
ClusterOperationV2Summary & WithOperationType(OperationTypeT &&value)
AWS_KAFKA_API ClusterOperationV2Summary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ClusterTypeHasBeenSet() const
bool OperationStateHasBeenSet() const
const Aws::Utils::DateTime & GetEndTime() const
void SetOperationState(OperationStateT &&value)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
ClusterOperationV2Summary & WithStartTime(StartTimeT &&value)
bool OperationArnHasBeenSet() const
bool ClusterArnHasBeenSet() const
ClusterType GetClusterType() const
const Aws::String & GetOperationType() const
ClusterOperationV2Summary & WithOperationState(OperationStateT &&value)
ClusterOperationV2Summary & WithEndTime(EndTimeT &&value)
ClusterOperationV2Summary & WithClusterArn(ClusterArnT &&value)
void SetEndTime(EndTimeT &&value)
ClusterOperationV2Summary & WithOperationArn(OperationArnT &&value)
AWS_KAFKA_API ClusterOperationV2Summary(Aws::Utils::Json::JsonView jsonValue)
bool EndTimeHasBeenSet() const
bool StartTimeHasBeenSet() const
const Aws::String & GetClusterArn() const
void SetOperationArn(OperationArnT &&value)
void SetStartTime(StartTimeT &&value)
const Aws::String & GetOperationState() const
void SetOperationType(OperationTypeT &&value)
void SetClusterArn(ClusterArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue