7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename RoleArnT = Aws::String>
48 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
49 template<
typename RoleArnT = Aws::String>
59 template<
typename KmsArnT = Aws::String>
60 void SetKmsArn(KmsArnT&& value) { m_kmsArnHasBeenSet =
true; m_kmsArn = std::forward<KmsArnT>(value); }
61 template<
typename KmsArnT = Aws::String>
72 template<
typename ConnectionNameT = Aws::String>
73 void SetConnectionName(ConnectionNameT&& value) { m_connectionNameHasBeenSet =
true; m_connectionName = std::forward<ConnectionNameT>(value); }
74 template<
typename ConnectionNameT = Aws::String>
85 template<
typename EventBusArnT = Aws::String>
86 void SetEventBusArn(EventBusArnT&& value) { m_eventBusArnHasBeenSet =
true; m_eventBusArn = std::forward<EventBusArnT>(value); }
87 template<
typename EventBusArnT = Aws::String>
93 bool m_roleArnHasBeenSet =
false;
96 bool m_kmsArnHasBeenSet =
false;
99 bool m_connectionNameHasBeenSet =
false;
102 bool m_eventBusArnHasBeenSet =
false;
void SetEventBusArn(EventBusArnT &&value)
const Aws::String & GetKmsArn() const
TargetProcessingProperties & WithKmsArn(KmsArnT &&value)
TargetProcessingProperties & WithConnectionName(ConnectionNameT &&value)
bool RoleArnHasBeenSet() const
bool KmsArnHasBeenSet() const
bool EventBusArnHasBeenSet() const
const Aws::String & GetEventBusArn() const
void SetKmsArn(KmsArnT &&value)
void SetConnectionName(ConnectionNameT &&value)
AWS_GLUE_API TargetProcessingProperties()=default
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetConnectionName() const
AWS_GLUE_API TargetProcessingProperties(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRoleArn() const
TargetProcessingProperties & WithRoleArn(RoleArnT &&value)
bool ConnectionNameHasBeenSet() const
TargetProcessingProperties & WithEventBusArn(EventBusArnT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API TargetProcessingProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue