7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/ErrorHandlingConfig.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename ObjectT = Aws::String>
44 m_objectHasBeenSet =
true;
45 m_object = std::forward<ObjectT>(value);
47 template <
typename ObjectT = Aws::String>
61 template <
typename IntermediateBucketNameT = Aws::String>
63 m_intermediateBucketNameHasBeenSet =
true;
64 m_intermediateBucketName = std::forward<IntermediateBucketNameT>(value);
66 template <
typename IntermediateBucketNameT = Aws::String>
80 template <
typename BucketPrefixT = Aws::String>
82 m_bucketPrefixHasBeenSet =
true;
83 m_bucketPrefix = std::forward<BucketPrefixT>(value);
85 template <
typename BucketPrefixT = Aws::String>
103 template <
typename ErrorHandlingConfigT = ErrorHandlingConfig>
105 m_errorHandlingConfigHasBeenSet =
true;
106 m_errorHandlingConfig = std::forward<ErrorHandlingConfigT>(value);
108 template <
typename ErrorHandlingConfigT = ErrorHandlingConfig>
122 bool m_objectHasBeenSet =
false;
123 bool m_intermediateBucketNameHasBeenSet =
false;
124 bool m_bucketPrefixHasBeenSet =
false;
125 bool m_errorHandlingConfigHasBeenSet =
false;
SnowflakeDestinationProperties & WithObject(ObjectT &&value)
const Aws::String & GetObject() const
void SetObject(ObjectT &&value)
const ErrorHandlingConfig & GetErrorHandlingConfig() const
AWS_APPFLOW_API SnowflakeDestinationProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFLOW_API SnowflakeDestinationProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
SnowflakeDestinationProperties & WithBucketPrefix(BucketPrefixT &&value)
SnowflakeDestinationProperties & WithErrorHandlingConfig(ErrorHandlingConfigT &&value)
const Aws::String & GetBucketPrefix() const
void SetErrorHandlingConfig(ErrorHandlingConfigT &&value)
void SetBucketPrefix(BucketPrefixT &&value)
bool IntermediateBucketNameHasBeenSet() const
void SetIntermediateBucketName(IntermediateBucketNameT &&value)
SnowflakeDestinationProperties & WithIntermediateBucketName(IntermediateBucketNameT &&value)
bool ObjectHasBeenSet() const
const Aws::String & GetIntermediateBucketName() const
bool BucketPrefixHasBeenSet() const
AWS_APPFLOW_API SnowflakeDestinationProperties()=default
bool ErrorHandlingConfigHasBeenSet() const
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue