7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/SourceProcessingProperties.h>
11#include <aws/glue/model/TargetProcessingProperties.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ResourceArnT = Aws::String>
39 m_resourceArnHasBeenSet =
true;
40 m_resourceArn = std::forward<ResourceArnT>(value);
42 template <
typename ResourceArnT = Aws::String>
56 template <
typename ResourcePropertyArnT = Aws::String>
58 m_resourcePropertyArnHasBeenSet =
true;
59 m_resourcePropertyArn = std::forward<ResourcePropertyArnT>(value);
61 template <
typename ResourcePropertyArnT = Aws::String>
73 template <
typename SourceProcessingPropertiesT = SourceProcessingProperties>
75 m_sourceProcessingPropertiesHasBeenSet =
true;
76 m_sourceProcessingProperties = std::forward<SourceProcessingPropertiesT>(value);
78 template <
typename SourceProcessingPropertiesT = SourceProcessingProperties>
90 template <
typename TargetProcessingPropertiesT = TargetProcessingProperties>
92 m_targetProcessingPropertiesHasBeenSet =
true;
93 m_targetProcessingProperties = std::forward<TargetProcessingPropertiesT>(value);
95 template <
typename TargetProcessingPropertiesT = TargetProcessingProperties>
105 template <
typename RequestIdT = Aws::String>
107 m_requestIdHasBeenSet =
true;
108 m_requestId = std::forward<RequestIdT>(value);
110 template <
typename RequestIdT = Aws::String>
129 bool m_resourceArnHasBeenSet =
false;
130 bool m_resourcePropertyArnHasBeenSet =
false;
131 bool m_sourceProcessingPropertiesHasBeenSet =
false;
132 bool m_targetProcessingPropertiesHasBeenSet =
false;
133 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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