7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
41 template <
typename RoleArnT = Aws::String>
43 m_roleArnHasBeenSet =
true;
44 m_roleArn = std::forward<RoleArnT>(value);
46 template <
typename RoleArnT = Aws::String>
59 template <
typename KmsArnT = Aws::String>
61 m_kmsArnHasBeenSet =
true;
62 m_kmsArn = std::forward<KmsArnT>(value);
64 template <
typename KmsArnT = Aws::String>
78 template <
typename ConnectionNameT = Aws::String>
80 m_connectionNameHasBeenSet =
true;
81 m_connectionName = std::forward<ConnectionNameT>(value);
83 template <
typename ConnectionNameT = Aws::String>
97 template <
typename EventBusArnT = Aws::String>
99 m_eventBusArnHasBeenSet =
true;
100 m_eventBusArn = std::forward<EventBusArnT>(value);
102 template <
typename EventBusArnT = Aws::String>
116 bool m_roleArnHasBeenSet =
false;
117 bool m_kmsArnHasBeenSet =
false;
118 bool m_connectionNameHasBeenSet =
false;
119 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