7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetPath(
const char* value) { m_pathHasBeenSet =
true; m_path.assign(value); }
64 inline void SetScanAll(
bool value) { m_scanAllHasBeenSet =
true; m_scanAll = value; }
80 inline void SetScanRate(
double value) { m_scanRateHasBeenSet =
true; m_scanRate = value; }
86 bool m_pathHasBeenSet =
false;
89 bool m_scanAllHasBeenSet =
false;
92 bool m_scanRateHasBeenSet =
false;
void SetPath(const char *value)
bool ScanAllHasBeenSet() const
double GetScanRate() const
AWS_GLUE_API DynamoDBTarget(Aws::Utils::Json::JsonView jsonValue)
DynamoDBTarget & WithPath(Aws::String &&value)
bool PathHasBeenSet() const
void SetScanAll(bool value)
AWS_GLUE_API DynamoDBTarget()
void SetScanRate(double value)
const Aws::String & GetPath() const
bool ScanRateHasBeenSet() const
DynamoDBTarget & WithScanRate(double value)
DynamoDBTarget & WithScanAll(bool value)
AWS_GLUE_API DynamoDBTarget & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPath(const Aws::String &value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPath(Aws::String &&value)
DynamoDBTarget & WithPath(const char *value)
DynamoDBTarget & WithPath(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue