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>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ResourceArnT = Aws::String>
38 m_resourceArnHasBeenSet =
true;
39 m_resourceArn = std::forward<ResourceArnT>(value);
41 template <
typename ResourceArnT = Aws::String>
55 template <
typename ResourcePropertyArnT = Aws::String>
57 m_resourcePropertyArnHasBeenSet =
true;
58 m_resourcePropertyArn = std::forward<ResourcePropertyArnT>(value);
60 template <
typename ResourcePropertyArnT = Aws::String>
72 template <
typename SourceProcessingPropertiesT = SourceProcessingProperties>
74 m_sourceProcessingPropertiesHasBeenSet =
true;
75 m_sourceProcessingProperties = std::forward<SourceProcessingPropertiesT>(value);
77 template <
typename SourceProcessingPropertiesT = SourceProcessingProperties>
89 template <
typename TargetProcessingPropertiesT = TargetProcessingProperties>
91 m_targetProcessingPropertiesHasBeenSet =
true;
92 m_targetProcessingProperties = std::forward<TargetProcessingPropertiesT>(value);
94 template <
typename TargetProcessingPropertiesT = TargetProcessingProperties>
104 template <
typename RequestIdT = Aws::String>
106 m_requestIdHasBeenSet =
true;
107 m_requestId = std::forward<RequestIdT>(value);
109 template <
typename RequestIdT = Aws::String>
125 bool m_resourceArnHasBeenSet =
false;
126 bool m_resourcePropertyArnHasBeenSet =
false;
127 bool m_sourceProcessingPropertiesHasBeenSet =
false;
128 bool m_targetProcessingPropertiesHasBeenSet =
false;
129 bool m_requestIdHasBeenSet =
false;
GetIntegrationResourcePropertyResult & WithSourceProcessingProperties(SourceProcessingPropertiesT &&value)
const Aws::String & GetResourceArn() const
void SetSourceProcessingProperties(SourceProcessingPropertiesT &&value)
const TargetProcessingProperties & GetTargetProcessingProperties() const
void SetResourceArn(ResourceArnT &&value)
void SetTargetProcessingProperties(TargetProcessingPropertiesT &&value)
GetIntegrationResourcePropertyResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_GLUE_API GetIntegrationResourcePropertyResult()=default
const Aws::String & GetResourcePropertyArn() const
GetIntegrationResourcePropertyResult & WithResourcePropertyArn(ResourcePropertyArnT &&value)
void SetResourcePropertyArn(ResourcePropertyArnT &&value)
const SourceProcessingProperties & GetSourceProcessingProperties() const
AWS_GLUE_API GetIntegrationResourcePropertyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GLUE_API GetIntegrationResourcePropertyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetIntegrationResourcePropertyResult & WithResourceArn(ResourceArnT &&value)
const Aws::String & GetRequestId() const
GetIntegrationResourcePropertyResult & WithTargetProcessingProperties(TargetProcessingPropertiesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue