7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotanalytics/model/GlueConfiguration.h>
48 template<
typename BucketT = Aws::String>
49 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
50 template<
typename BucketT = Aws::String>
74 template<
typename KeyT = Aws::String>
75 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
76 template<
typename KeyT = Aws::String>
87 template<
typename GlueConfigurationT = GlueConfiguration>
88 void SetGlueConfiguration(GlueConfigurationT&& value) { m_glueConfigurationHasBeenSet =
true; m_glueConfiguration = std::forward<GlueConfigurationT>(value); }
89 template<
typename GlueConfigurationT = GlueConfiguration>
100 template<
typename RoleArnT = Aws::String>
101 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
102 template<
typename RoleArnT = Aws::String>
108 bool m_bucketHasBeenSet =
false;
111 bool m_keyHasBeenSet =
false;
114 bool m_glueConfigurationHasBeenSet =
false;
117 bool m_roleArnHasBeenSet =
false;
bool RoleArnHasBeenSet() const
S3DestinationConfiguration & WithKey(KeyT &&value)
AWS_IOTANALYTICS_API S3DestinationConfiguration()=default
void SetBucket(BucketT &&value)
void SetKey(KeyT &&value)
AWS_IOTANALYTICS_API S3DestinationConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool KeyHasBeenSet() const
const GlueConfiguration & GetGlueConfiguration() const
S3DestinationConfiguration & WithBucket(BucketT &&value)
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
bool BucketHasBeenSet() const
S3DestinationConfiguration & WithGlueConfiguration(GlueConfigurationT &&value)
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetKey() const
const Aws::String & GetBucket() const
AWS_IOTANALYTICS_API S3DestinationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRoleArn() const
bool GlueConfigurationHasBeenSet() const
S3DestinationConfiguration & WithRoleArn(RoleArnT &&value)
void SetGlueConfiguration(GlueConfigurationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue