7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
40 template <
typename PathT = Aws::String>
42 m_pathHasBeenSet =
true;
43 m_path = std::forward<PathT>(value);
45 template <
typename PathT = Aws::String>
47 SetPath(std::forward<PathT>(value));
63 m_scanAllHasBeenSet =
true;
85 m_scanRateHasBeenSet =
true;
96 bool m_scanAll{
false};
98 double m_scanRate{0.0};
99 bool m_pathHasBeenSet =
false;
100 bool m_scanAllHasBeenSet =
false;
101 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