7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace KinesisAnalyticsV2
48 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
87 bool m_messageHasBeenSet =
false;
90 bool m_rawInputRecordsHasBeenSet =
false;
93 bool m_processedInputRecordsHasBeenSet =
false;
UnableToDetectSchemaException & WithProcessedInputRecords(Aws::Vector< Aws::String > &&value)
bool ProcessedInputRecordsHasBeenSet() const
void SetMessage(Aws::String &&value)
AWS_KINESISANALYTICSV2_API UnableToDetectSchemaException()
UnableToDetectSchemaException & WithRawInputRecords(const Aws::Vector< Aws::String > &value)
AWS_KINESISANALYTICSV2_API UnableToDetectSchemaException & operator=(Aws::Utils::Json::JsonView jsonValue)
UnableToDetectSchemaException & AddProcessedInputRecords(const Aws::String &value)
UnableToDetectSchemaException & WithMessage(const Aws::String &value)
bool MessageHasBeenSet() const
UnableToDetectSchemaException & AddProcessedInputRecords(const char *value)
const Aws::String & GetMessage() const
bool RawInputRecordsHasBeenSet() const
UnableToDetectSchemaException & WithMessage(Aws::String &&value)
const Aws::Vector< Aws::String > & GetProcessedInputRecords() const
void SetRawInputRecords(const Aws::Vector< Aws::String > &value)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetProcessedInputRecords(const Aws::Vector< Aws::String > &value)
UnableToDetectSchemaException & AddProcessedInputRecords(Aws::String &&value)
void SetMessage(const Aws::String &value)
void SetRawInputRecords(Aws::Vector< Aws::String > &&value)
AWS_KINESISANALYTICSV2_API UnableToDetectSchemaException(Aws::Utils::Json::JsonView jsonValue)
UnableToDetectSchemaException & WithProcessedInputRecords(const Aws::Vector< Aws::String > &value)
void SetMessage(const char *value)
UnableToDetectSchemaException & AddRawInputRecords(const Aws::String &value)
UnableToDetectSchemaException & AddRawInputRecords(const char *value)
UnableToDetectSchemaException & AddRawInputRecords(Aws::String &&value)
const Aws::Vector< Aws::String > & GetRawInputRecords() const
UnableToDetectSchemaException & WithMessage(const char *value)
void SetProcessedInputRecords(Aws::Vector< Aws::String > &&value)
UnableToDetectSchemaException & WithRawInputRecords(Aws::Vector< Aws::String > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue