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;
RedshiftDestinationProperties & WithObject(const char *value)
void SetObject(Aws::String &&value)
const Aws::String & GetObject() const
RedshiftDestinationProperties & WithBucketPrefix(Aws::String &&value)
RedshiftDestinationProperties & WithBucketPrefix(const char *value)
void SetIntermediateBucketName(Aws::String &&value)
void SetErrorHandlingConfig(const ErrorHandlingConfig &value)
void SetBucketPrefix(const char *value)
RedshiftDestinationProperties & WithIntermediateBucketName(const Aws::String &value)
const Aws::String & GetIntermediateBucketName() const
RedshiftDestinationProperties & WithErrorHandlingConfig(ErrorHandlingConfig &&value)
RedshiftDestinationProperties & WithBucketPrefix(const Aws::String &value)
bool ErrorHandlingConfigHasBeenSet() const
void SetIntermediateBucketName(const char *value)
RedshiftDestinationProperties & WithIntermediateBucketName(Aws::String &&value)
void SetBucketPrefix(Aws::String &&value)
RedshiftDestinationProperties & WithObject(Aws::String &&value)
RedshiftDestinationProperties & WithObject(const Aws::String &value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
RedshiftDestinationProperties & WithErrorHandlingConfig(const ErrorHandlingConfig &value)
AWS_APPFLOW_API RedshiftDestinationProperties(Aws::Utils::Json::JsonView jsonValue)
bool BucketPrefixHasBeenSet() const
void SetErrorHandlingConfig(ErrorHandlingConfig &&value)
void SetIntermediateBucketName(const Aws::String &value)
void SetObject(const char *value)
bool ObjectHasBeenSet() const
RedshiftDestinationProperties & WithIntermediateBucketName(const char *value)
void SetBucketPrefix(const Aws::String &value)
AWS_APPFLOW_API RedshiftDestinationProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetObject(const Aws::String &value)
bool IntermediateBucketNameHasBeenSet() const
AWS_APPFLOW_API RedshiftDestinationProperties()
const ErrorHandlingConfig & GetErrorHandlingConfig() const
const Aws::String & GetBucketPrefix() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue