7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/Glue_EXPORTS.h>
42 template <
typename PathT = Aws::String>
44 m_pathHasBeenSet =
true;
45 m_path = std::forward<PathT>(value);
47 template <
typename PathT = Aws::String>
49 SetPath(std::forward<PathT>(value));
63 template <
typename ExclusionsT = Aws::Vector<Aws::String>>
65 m_exclusionsHasBeenSet =
true;
66 m_exclusions = std::forward<ExclusionsT>(value);
68 template <
typename ExclusionsT = Aws::Vector<Aws::String>>
73 template <
typename ExclusionsT = Aws::String>
75 m_exclusionsHasBeenSet =
true;
76 m_exclusions.emplace_back(std::forward<ExclusionsT>(value));
88 template <
typename ConnectionNameT = Aws::String>
90 m_connectionNameHasBeenSet =
true;
91 m_connectionName = std::forward<ConnectionNameT>(value);
93 template <
typename ConnectionNameT = Aws::String>
109 m_sampleSizeHasBeenSet =
true;
110 m_sampleSize = value;
125 template <
typename EventQueueArnT = Aws::String>
127 m_eventQueueArnHasBeenSet =
true;
128 m_eventQueueArn = std::forward<EventQueueArnT>(value);
130 template <
typename EventQueueArnT = Aws::String>
144 template <
typename DlqEventQueueArnT = Aws::String>
146 m_dlqEventQueueArnHasBeenSet =
true;
147 m_dlqEventQueueArn = std::forward<DlqEventQueueArnT>(value);
149 template <
typename DlqEventQueueArnT = Aws::String>
167 bool m_pathHasBeenSet =
false;
168 bool m_exclusionsHasBeenSet =
false;
169 bool m_connectionNameHasBeenSet =
false;
170 bool m_sampleSizeHasBeenSet =
false;
171 bool m_eventQueueArnHasBeenSet =
false;
172 bool m_dlqEventQueueArnHasBeenSet =
false;
S3Target & AddExclusions(ExclusionsT &&value)
S3Target & WithDlqEventQueueArn(DlqEventQueueArnT &&value)
int GetSampleSize() const
const Aws::String & GetDlqEventQueueArn() const
void SetConnectionName(ConnectionNameT &&value)
S3Target & WithEventQueueArn(EventQueueArnT &&value)
bool PathHasBeenSet() const
const Aws::String & GetPath() const
void SetSampleSize(int value)
const Aws::String & GetEventQueueArn() const
bool ConnectionNameHasBeenSet() const
void SetEventQueueArn(EventQueueArnT &&value)
AWS_GLUE_API S3Target(Aws::Utils::Json::JsonView jsonValue)
S3Target & WithSampleSize(int value)
const Aws::Vector< Aws::String > & GetExclusions() const
const Aws::String & GetConnectionName() const
bool ExclusionsHasBeenSet() const
S3Target & WithConnectionName(ConnectionNameT &&value)
bool DlqEventQueueArnHasBeenSet() const
S3Target & WithPath(PathT &&value)
bool SampleSizeHasBeenSet() const
void SetPath(PathT &&value)
void SetExclusions(ExclusionsT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDlqEventQueueArn(DlqEventQueueArnT &&value)
AWS_GLUE_API S3Target()=default
S3Target & WithExclusions(ExclusionsT &&value)
bool EventQueueArnHasBeenSet() const
AWS_GLUE_API S3Target & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue