/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The properties that are applied when Snowflake is being used as a
* destination. See Also:
AWS
* API Reference
The object specified in the Snowflake flow destination.
*/ inline const Aws::String& GetObject() const{ return m_object; } /** *The object specified in the Snowflake flow destination.
*/ inline bool ObjectHasBeenSet() const { return m_objectHasBeenSet; } /** *The object specified in the Snowflake flow destination.
*/ inline void SetObject(const Aws::String& value) { m_objectHasBeenSet = true; m_object = value; } /** *The object specified in the Snowflake flow destination.
*/ inline void SetObject(Aws::String&& value) { m_objectHasBeenSet = true; m_object = std::move(value); } /** *The object specified in the Snowflake flow destination.
*/ inline void SetObject(const char* value) { m_objectHasBeenSet = true; m_object.assign(value); } /** *The object specified in the Snowflake flow destination.
*/ inline SnowflakeDestinationProperties& WithObject(const Aws::String& value) { SetObject(value); return *this;} /** *The object specified in the Snowflake flow destination.
*/ inline SnowflakeDestinationProperties& WithObject(Aws::String&& value) { SetObject(std::move(value)); return *this;} /** *The object specified in the Snowflake flow destination.
*/ inline SnowflakeDestinationProperties& WithObject(const char* value) { SetObject(value); return *this;} /** *The intermediate bucket that Amazon AppFlow uses when moving data into * Snowflake.
*/ inline const Aws::String& GetIntermediateBucketName() const{ return m_intermediateBucketName; } /** *The intermediate bucket that Amazon AppFlow uses when moving data into * Snowflake.
*/ inline bool IntermediateBucketNameHasBeenSet() const { return m_intermediateBucketNameHasBeenSet; } /** *The intermediate bucket that Amazon AppFlow uses when moving data into * Snowflake.
*/ inline void SetIntermediateBucketName(const Aws::String& value) { m_intermediateBucketNameHasBeenSet = true; m_intermediateBucketName = value; } /** *The intermediate bucket that Amazon AppFlow uses when moving data into * Snowflake.
*/ inline void SetIntermediateBucketName(Aws::String&& value) { m_intermediateBucketNameHasBeenSet = true; m_intermediateBucketName = std::move(value); } /** *The intermediate bucket that Amazon AppFlow uses when moving data into * Snowflake.
*/ inline void SetIntermediateBucketName(const char* value) { m_intermediateBucketNameHasBeenSet = true; m_intermediateBucketName.assign(value); } /** *The intermediate bucket that Amazon AppFlow uses when moving data into * Snowflake.
*/ inline SnowflakeDestinationProperties& WithIntermediateBucketName(const Aws::String& value) { SetIntermediateBucketName(value); return *this;} /** *The intermediate bucket that Amazon AppFlow uses when moving data into * Snowflake.
*/ inline SnowflakeDestinationProperties& WithIntermediateBucketName(Aws::String&& value) { SetIntermediateBucketName(std::move(value)); return *this;} /** *The intermediate bucket that Amazon AppFlow uses when moving data into * Snowflake.
*/ inline SnowflakeDestinationProperties& WithIntermediateBucketName(const char* value) { SetIntermediateBucketName(value); return *this;} /** *The object key for the destination bucket in which Amazon AppFlow places the * files.
*/ inline const Aws::String& GetBucketPrefix() const{ return m_bucketPrefix; } /** *The object key for the destination bucket in which Amazon AppFlow places the * files.
*/ inline bool BucketPrefixHasBeenSet() const { return m_bucketPrefixHasBeenSet; } /** *The object key for the destination bucket in which Amazon AppFlow places the * files.
*/ inline void SetBucketPrefix(const Aws::String& value) { m_bucketPrefixHasBeenSet = true; m_bucketPrefix = value; } /** *The object key for the destination bucket in which Amazon AppFlow places the * files.
*/ inline void SetBucketPrefix(Aws::String&& value) { m_bucketPrefixHasBeenSet = true; m_bucketPrefix = std::move(value); } /** *The object key for the destination bucket in which Amazon AppFlow places the * files.
*/ inline void SetBucketPrefix(const char* value) { m_bucketPrefixHasBeenSet = true; m_bucketPrefix.assign(value); } /** *The object key for the destination bucket in which Amazon AppFlow places the * files.
*/ inline SnowflakeDestinationProperties& WithBucketPrefix(const Aws::String& value) { SetBucketPrefix(value); return *this;} /** *The object key for the destination bucket in which Amazon AppFlow places the * files.
*/ inline SnowflakeDestinationProperties& WithBucketPrefix(Aws::String&& value) { SetBucketPrefix(std::move(value)); return *this;} /** *The object key for the destination bucket in which Amazon AppFlow places the * files.
*/ inline SnowflakeDestinationProperties& WithBucketPrefix(const char* value) { SetBucketPrefix(value); return *this;} /** * The settings that determine how Amazon AppFlow handles an error when placing
* data in the Snowflake destination. For example, this setting would determine if
* the flow should fail after one insertion error, or continue and attempt to
* insert every record regardless of the initial failure.
* ErrorHandlingConfig
is a part of the destination connector details.
*
The settings that determine how Amazon AppFlow handles an error when placing
* data in the Snowflake destination. For example, this setting would determine if
* the flow should fail after one insertion error, or continue and attempt to
* insert every record regardless of the initial failure.
* ErrorHandlingConfig
is a part of the destination connector details.
*
The settings that determine how Amazon AppFlow handles an error when placing
* data in the Snowflake destination. For example, this setting would determine if
* the flow should fail after one insertion error, or continue and attempt to
* insert every record regardless of the initial failure.
* ErrorHandlingConfig
is a part of the destination connector details.
*
The settings that determine how Amazon AppFlow handles an error when placing
* data in the Snowflake destination. For example, this setting would determine if
* the flow should fail after one insertion error, or continue and attempt to
* insert every record regardless of the initial failure.
* ErrorHandlingConfig
is a part of the destination connector details.
*
The settings that determine how Amazon AppFlow handles an error when placing
* data in the Snowflake destination. For example, this setting would determine if
* the flow should fail after one insertion error, or continue and attempt to
* insert every record regardless of the initial failure.
* ErrorHandlingConfig
is a part of the destination connector details.
*
The settings that determine how Amazon AppFlow handles an error when placing
* data in the Snowflake destination. For example, this setting would determine if
* the flow should fail after one insertion error, or continue and attempt to
* insert every record regardless of the initial failure.
* ErrorHandlingConfig
is a part of the destination connector details.
*