7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kinesis/Kinesis_EXPORTS.h>
10#include <aws/kinesis/model/ConsumerStatus.h>
45 template <
typename ConsumerNameT = Aws::String>
47 m_consumerNameHasBeenSet =
true;
48 m_consumerName = std::forward<ConsumerNameT>(value);
50 template <
typename ConsumerNameT = Aws::String>
68 template <
typename ConsumerARNT = Aws::String>
70 m_consumerARNHasBeenSet =
true;
71 m_consumerARN = std::forward<ConsumerARNT>(value);
73 template <
typename ConsumerARNT = Aws::String>
88 m_consumerStatusHasBeenSet =
true;
89 m_consumerStatus = value;
103 template <
typename ConsumerCreationTimestampT = Aws::Utils::DateTime>
105 m_consumerCreationTimestampHasBeenSet =
true;
106 m_consumerCreationTimestamp = std::forward<ConsumerCreationTimestampT>(value);
108 template <
typename ConsumerCreationTimestampT = Aws::Utils::DateTime>
122 bool m_consumerNameHasBeenSet =
false;
123 bool m_consumerARNHasBeenSet =
false;
124 bool m_consumerStatusHasBeenSet =
false;
125 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