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>
99 bool m_consumerNameHasBeenSet =
false;
102 bool m_consumerARNHasBeenSet =
false;
105 bool m_consumerStatusHasBeenSet =
false;
108 bool m_consumerCreationTimestampHasBeenSet =
false;
AWS_KINESIS_API Consumer & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ConsumerCreationTimestampHasBeenSet() const
const Aws::String & GetConsumerName() const
void SetConsumerARN(ConsumerARNT &&value)
AWS_KINESIS_API Consumer(Aws::Utils::Json::JsonView jsonValue)
ConsumerStatus GetConsumerStatus() const
void SetConsumerCreationTimestamp(ConsumerCreationTimestampT &&value)
bool ConsumerARNHasBeenSet() const
bool ConsumerStatusHasBeenSet() const
void SetConsumerStatus(ConsumerStatus value)
void SetConsumerName(ConsumerNameT &&value)
Consumer & WithConsumerCreationTimestamp(ConsumerCreationTimestampT &&value)
Consumer & WithConsumerARN(ConsumerARNT &&value)
const Aws::Utils::DateTime & GetConsumerCreationTimestamp() const
const Aws::String & GetConsumerARN() const
bool ConsumerNameHasBeenSet() const
Consumer & WithConsumerName(ConsumerNameT &&value)
AWS_KINESIS_API Consumer()=default
AWS_KINESIS_API Aws::Utils::Json::JsonValue Jsonize() const
Consumer & WithConsumerStatus(ConsumerStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue