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); }
101 bool m_mSKClusterARNHasBeenSet =
false;
104 bool m_topicNameHasBeenSet =
false;
107 bool m_authenticationConfigurationHasBeenSet =
false;
110 bool m_readFromTimestampHasBeenSet =
false;
MSKSourceConfiguration & WithMSKClusterARN(const char *value)
void SetTopicName(Aws::String &&value)
void SetAuthenticationConfiguration(const AuthenticationConfiguration &value)
AWS_FIREHOSE_API MSKSourceConfiguration()
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ReadFromTimestampHasBeenSet() const
AWS_FIREHOSE_API MSKSourceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TopicNameHasBeenSet() const
MSKSourceConfiguration & WithReadFromTimestamp(const Aws::Utils::DateTime &value)
bool AuthenticationConfigurationHasBeenSet() const
MSKSourceConfiguration & WithAuthenticationConfiguration(AuthenticationConfiguration &&value)
AWS_FIREHOSE_API MSKSourceConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool MSKClusterARNHasBeenSet() const
MSKSourceConfiguration & WithTopicName(Aws::String &&value)
const Aws::String & GetTopicName() const
MSKSourceConfiguration & WithMSKClusterARN(Aws::String &&value)
void SetAuthenticationConfiguration(AuthenticationConfiguration &&value)
MSKSourceConfiguration & WithAuthenticationConfiguration(const AuthenticationConfiguration &value)
void SetMSKClusterARN(const char *value)
void SetTopicName(const Aws::String &value)
void SetTopicName(const char *value)
MSKSourceConfiguration & WithMSKClusterARN(const Aws::String &value)
const AuthenticationConfiguration & GetAuthenticationConfiguration() const
void SetMSKClusterARN(const Aws::String &value)
MSKSourceConfiguration & WithReadFromTimestamp(Aws::Utils::DateTime &&value)
MSKSourceConfiguration & WithTopicName(const Aws::String &value)
const Aws::Utils::DateTime & GetReadFromTimestamp() const
void SetReadFromTimestamp(const Aws::Utils::DateTime &value)
MSKSourceConfiguration & WithTopicName(const char *value)
void SetReadFromTimestamp(Aws::Utils::DateTime &&value)
void SetMSKClusterARN(Aws::String &&value)
const Aws::String & GetMSKClusterARN() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue