7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
61 template<
typename BucketPrefixT = Aws::String>
62 void SetBucketPrefix(BucketPrefixT&& value) { m_bucketPrefixHasBeenSet =
true; m_bucketPrefix = std::forward<BucketPrefixT>(value); }
63 template<
typename BucketPrefixT = Aws::String>
73 template<
typename BucketNameT = Aws::String>
74 void SetBucketName(BucketNameT&& value) { m_bucketNameHasBeenSet =
true; m_bucketName = std::forward<BucketNameT>(value); }
75 template<
typename BucketNameT = Aws::String>
80 bool m_failOnFirstDestinationError{
false};
81 bool m_failOnFirstDestinationErrorHasBeenSet =
false;
84 bool m_bucketPrefixHasBeenSet =
false;
87 bool m_bucketNameHasBeenSet =
false;
AWS_APPFLOW_API ErrorHandlingConfig(Aws::Utils::Json::JsonView jsonValue)
ErrorHandlingConfig & WithBucketName(BucketNameT &&value)
const Aws::String & GetBucketName() const
void SetFailOnFirstDestinationError(bool value)
ErrorHandlingConfig & WithFailOnFirstDestinationError(bool value)
AWS_APPFLOW_API ErrorHandlingConfig()=default
bool BucketPrefixHasBeenSet() const
bool FailOnFirstDestinationErrorHasBeenSet() const
const Aws::String & GetBucketPrefix() const
AWS_APPFLOW_API ErrorHandlingConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool BucketNameHasBeenSet() const
void SetBucketPrefix(BucketPrefixT &&value)
bool GetFailOnFirstDestinationError() const
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBucketName(BucketNameT &&value)
ErrorHandlingConfig & WithBucketPrefix(BucketPrefixT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue