7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename PathT = Aws::String>
47 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
48 template<
typename PathT = Aws::String>
62 inline void SetScanAll(
bool value) { m_scanAllHasBeenSet =
true; m_scanAll = value; }
78 inline void SetScanRate(
double value) { m_scanRateHasBeenSet =
true; m_scanRate = value; }
84 bool m_pathHasBeenSet =
false;
86 bool m_scanAll{
false};
87 bool m_scanAllHasBeenSet =
false;
89 double m_scanRate{0.0};
90 bool m_scanRateHasBeenSet =
false;
AWS_GLUE_API DynamoDBTarget()=default
bool ScanAllHasBeenSet() const
double GetScanRate() const
AWS_GLUE_API DynamoDBTarget(Aws::Utils::Json::JsonView jsonValue)
bool PathHasBeenSet() const
void SetScanAll(bool value)
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)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPath(PathT &&value)
DynamoDBTarget & WithPath(PathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue