7#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace KinesisAnalytics
47 template<
typename RecordRowPathT = Aws::String>
48 void SetRecordRowPath(RecordRowPathT&& value) { m_recordRowPathHasBeenSet =
true; m_recordRowPath = std::forward<RecordRowPathT>(value); }
49 template<
typename RecordRowPathT = Aws::String>
55 bool m_recordRowPathHasBeenSet =
false;
AWS_KINESISANALYTICS_API JSONMappingParameters(Aws::Utils::Json::JsonView jsonValue)
bool RecordRowPathHasBeenSet() const
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRecordRowPath(RecordRowPathT &&value)
AWS_KINESISANALYTICS_API JSONMappingParameters()=default
AWS_KINESISANALYTICS_API JSONMappingParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
JSONMappingParameters & WithRecordRowPath(RecordRowPathT &&value)
const Aws::String & GetRecordRowPath() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue