7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appflow/model/ErrorHandlingConfig.h>
50 inline void SetObject(
const char* value) { m_objectHasBeenSet =
true; m_object.assign(value); }
65 inline void SetIntermediateBucketName(
const char* value) { m_intermediateBucketNameHasBeenSet =
true; m_intermediateBucketName.assign(value); }
80 inline void SetBucketPrefix(
const char* value) { m_bucketPrefixHasBeenSet =
true; m_bucketPrefix.assign(value); }
105 bool m_objectHasBeenSet =
false;
108 bool m_intermediateBucketNameHasBeenSet =
false;
111 bool m_bucketPrefixHasBeenSet =
false;
114 bool m_errorHandlingConfigHasBeenSet =
false;
void SetObject(const char *value)
void SetIntermediateBucketName(const char *value)
AWS_APPFLOW_API SnowflakeDestinationProperties()
const Aws::String & GetObject() const
void SetErrorHandlingConfig(ErrorHandlingConfig &&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 & WithErrorHandlingConfig(const ErrorHandlingConfig &value)
SnowflakeDestinationProperties & WithBucketPrefix(const char *value)
void SetIntermediateBucketName(Aws::String &&value)
void SetBucketPrefix(Aws::String &&value)
void SetObject(const Aws::String &value)
const Aws::String & GetBucketPrefix() const
bool IntermediateBucketNameHasBeenSet() const
void SetObject(Aws::String &&value)
SnowflakeDestinationProperties & WithIntermediateBucketName(Aws::String &&value)
SnowflakeDestinationProperties & WithObject(const char *value)
void SetBucketPrefix(const char *value)
bool ObjectHasBeenSet() const
SnowflakeDestinationProperties & WithErrorHandlingConfig(ErrorHandlingConfig &&value)
const Aws::String & GetIntermediateBucketName() const
void SetErrorHandlingConfig(const ErrorHandlingConfig &value)
bool BucketPrefixHasBeenSet() const
SnowflakeDestinationProperties & WithIntermediateBucketName(const char *value)
SnowflakeDestinationProperties & WithObject(Aws::String &&value)
bool ErrorHandlingConfigHasBeenSet() const
SnowflakeDestinationProperties & WithBucketPrefix(Aws::String &&value)
void SetBucketPrefix(const Aws::String &value)
void SetIntermediateBucketName(const Aws::String &value)
SnowflakeDestinationProperties & WithObject(const Aws::String &value)
SnowflakeDestinationProperties & WithIntermediateBucketName(const Aws::String &value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
SnowflakeDestinationProperties & WithBucketPrefix(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue