7#include <aws/firehose/Firehose_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/firehose/model/AuthenticationConfiguration.h>
10#include <aws/core/utils/DateTime.h>
51 inline void SetMSKClusterARN(
const char* value) { m_mSKClusterARNHasBeenSet =
true; m_mSKClusterARN.assign(value); }
65 inline void SetTopicName(
const char* value) { m_topicNameHasBeenSet =
true; m_topicName.assign(value); }
115 bool m_mSKClusterARNHasBeenSet =
false;
118 bool m_topicNameHasBeenSet =
false;
121 bool m_authenticationConfigurationHasBeenSet =
false;
124 bool m_deliveryStartTimestampHasBeenSet =
false;
127 bool m_readFromTimestampHasBeenSet =
false;
AWS_FIREHOSE_API MSKSourceDescription()
MSKSourceDescription & WithTopicName(Aws::String &&value)
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FIREHOSE_API MSKSourceDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDeliveryStartTimestamp(Aws::Utils::DateTime &&value)
bool DeliveryStartTimestampHasBeenSet() const
void SetTopicName(Aws::String &&value)
MSKSourceDescription & WithTopicName(const char *value)
void SetDeliveryStartTimestamp(const Aws::Utils::DateTime &value)
AWS_FIREHOSE_API MSKSourceDescription(Aws::Utils::Json::JsonView jsonValue)
MSKSourceDescription & WithAuthenticationConfiguration(const AuthenticationConfiguration &value)
MSKSourceDescription & WithDeliveryStartTimestamp(const Aws::Utils::DateTime &value)
void SetReadFromTimestamp(Aws::Utils::DateTime &&value)
MSKSourceDescription & WithMSKClusterARN(const Aws::String &value)
void SetAuthenticationConfiguration(AuthenticationConfiguration &&value)
MSKSourceDescription & WithTopicName(const Aws::String &value)
MSKSourceDescription & WithReadFromTimestamp(Aws::Utils::DateTime &&value)
MSKSourceDescription & WithReadFromTimestamp(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetReadFromTimestamp() const
bool TopicNameHasBeenSet() const
void SetMSKClusterARN(const Aws::String &value)
const Aws::String & GetMSKClusterARN() const
const AuthenticationConfiguration & GetAuthenticationConfiguration() const
MSKSourceDescription & WithMSKClusterARN(Aws::String &&value)
MSKSourceDescription & WithAuthenticationConfiguration(AuthenticationConfiguration &&value)
void SetTopicName(const Aws::String &value)
bool AuthenticationConfigurationHasBeenSet() const
void SetMSKClusterARN(Aws::String &&value)
void SetMSKClusterARN(const char *value)
void SetTopicName(const char *value)
bool MSKClusterARNHasBeenSet() const
void SetAuthenticationConfiguration(const AuthenticationConfiguration &value)
const Aws::Utils::DateTime & GetDeliveryStartTimestamp() const
void SetReadFromTimestamp(const Aws::Utils::DateTime &value)
MSKSourceDescription & WithMSKClusterARN(const char *value)
MSKSourceDescription & WithDeliveryStartTimestamp(Aws::Utils::DateTime &&value)
bool ReadFromTimestampHasBeenSet() const
const Aws::String & GetTopicName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue