7#include <aws/kinesis/Kinesis_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kinesis/model/ConsumerStatus.h>
10#include <aws/core/utils/DateTime.h>
51 template<
typename ConsumerNameT = Aws::String>
52 void SetConsumerName(ConsumerNameT&& value) { m_consumerNameHasBeenSet =
true; m_consumerName = std::forward<ConsumerNameT>(value); }
53 template<
typename ConsumerNameT = Aws::String>
68 template<
typename ConsumerARNT = Aws::String>
69 void SetConsumerARN(ConsumerARNT&& value) { m_consumerARNHasBeenSet =
true; m_consumerARN = std::forward<ConsumerARNT>(value); }
70 template<
typename ConsumerARNT = Aws::String>
91 template<
typename ConsumerCreationTimestampT = Aws::Utils::DateTime>
92 void SetConsumerCreationTimestamp(ConsumerCreationTimestampT&& value) { m_consumerCreationTimestampHasBeenSet =
true; m_consumerCreationTimestamp = std::forward<ConsumerCreationTimestampT>(value); }
93 template<
typename ConsumerCreationTimestampT = Aws::Utils::DateTime>
103 template<
typename StreamARNT = Aws::String>
104 void SetStreamARN(StreamARNT&& value) { m_streamARNHasBeenSet =
true; m_streamARN = std::forward<StreamARNT>(value); }
105 template<
typename StreamARNT = Aws::String>
111 bool m_consumerNameHasBeenSet =
false;
114 bool m_consumerARNHasBeenSet =
false;
117 bool m_consumerStatusHasBeenSet =
false;
120 bool m_consumerCreationTimestampHasBeenSet =
false;
123 bool m_streamARNHasBeenSet =
false;
const Aws::String & GetStreamARN() const
void SetConsumerCreationTimestamp(ConsumerCreationTimestampT &&value)
ConsumerDescription & WithStreamARN(StreamARNT &&value)
AWS_KINESIS_API ConsumerDescription()=default
void SetStreamARN(StreamARNT &&value)
const Aws::String & GetConsumerName() const
ConsumerDescription & WithConsumerCreationTimestamp(ConsumerCreationTimestampT &&value)
AWS_KINESIS_API ConsumerDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetConsumerARN(ConsumerARNT &&value)
ConsumerDescription & WithConsumerStatus(ConsumerStatus value)
AWS_KINESIS_API Aws::Utils::Json::JsonValue Jsonize() const
ConsumerStatus GetConsumerStatus() const
AWS_KINESIS_API ConsumerDescription(Aws::Utils::Json::JsonView jsonValue)
ConsumerDescription & WithConsumerARN(ConsumerARNT &&value)
bool ConsumerNameHasBeenSet() const
bool ConsumerStatusHasBeenSet() const
void SetConsumerStatus(ConsumerStatus value)
const Aws::String & GetConsumerARN() const
const Aws::Utils::DateTime & GetConsumerCreationTimestamp() const
bool ConsumerARNHasBeenSet() const
void SetConsumerName(ConsumerNameT &&value)
bool ConsumerCreationTimestampHasBeenSet() const
bool StreamARNHasBeenSet() const
ConsumerDescription & WithConsumerName(ConsumerNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue