7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/SourceProcessingProperties.h>
10#include <aws/glue/model/TargetProcessingProperties.h>
43 template <
typename ResourceArnT = Aws::String>
45 m_resourceArnHasBeenSet =
true;
46 m_resourceArn = std::forward<ResourceArnT>(value);
48 template <
typename ResourceArnT = Aws::String>
63 template <
typename ResourcePropertyArnT = Aws::String>
65 m_resourcePropertyArnHasBeenSet =
true;
66 m_resourcePropertyArn = std::forward<ResourcePropertyArnT>(value);
68 template <
typename ResourcePropertyArnT = Aws::String>
81 template <
typename SourceProcessingPropertiesT = SourceProcessingProperties>
83 m_sourceProcessingPropertiesHasBeenSet =
true;
84 m_sourceProcessingProperties = std::forward<SourceProcessingPropertiesT>(value);
86 template <
typename SourceProcessingPropertiesT = SourceProcessingProperties>
99 template <
typename TargetProcessingPropertiesT = TargetProcessingProperties>
101 m_targetProcessingPropertiesHasBeenSet =
true;
102 m_targetProcessingProperties = std::forward<TargetProcessingPropertiesT>(value);
104 template <
typename TargetProcessingPropertiesT = TargetProcessingProperties>
118 bool m_resourceArnHasBeenSet =
false;
119 bool m_resourcePropertyArnHasBeenSet =
false;
120 bool m_sourceProcessingPropertiesHasBeenSet =
false;
121 bool m_targetProcessingPropertiesHasBeenSet =
false;
const Aws::String & GetResourcePropertyArn() const
AWS_GLUE_API IntegrationResourceProperty(Aws::Utils::Json::JsonView jsonValue)
IntegrationResourceProperty & WithResourceArn(ResourceArnT &&value)
AWS_GLUE_API IntegrationResourceProperty()=default
void SetResourceArn(ResourceArnT &&value)
IntegrationResourceProperty & WithResourcePropertyArn(ResourcePropertyArnT &&value)
IntegrationResourceProperty & WithSourceProcessingProperties(SourceProcessingPropertiesT &&value)
const Aws::String & GetResourceArn() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API IntegrationResourceProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
const TargetProcessingProperties & GetTargetProcessingProperties() const
IntegrationResourceProperty & WithTargetProcessingProperties(TargetProcessingPropertiesT &&value)
void SetTargetProcessingProperties(TargetProcessingPropertiesT &&value)
void SetResourcePropertyArn(ResourcePropertyArnT &&value)
bool SourceProcessingPropertiesHasBeenSet() const
bool ResourcePropertyArnHasBeenSet() const
void SetSourceProcessingProperties(SourceProcessingPropertiesT &&value)
bool TargetProcessingPropertiesHasBeenSet() const
bool ResourceArnHasBeenSet() const
const SourceProcessingProperties & GetSourceProcessingProperties() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue