7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/Glue_EXPORTS.h>
11#include <aws/glue/model/IntegrationConfig.h>
12#include <aws/glue/model/IntegrationError.h>
13#include <aws/glue/model/IntegrationStatus.h>
46 template <
typename SourceArnT = Aws::String>
48 m_sourceArnHasBeenSet =
true;
49 m_sourceArn = std::forward<SourceArnT>(value);
51 template <
typename SourceArnT = Aws::String>
64 template <
typename TargetArnT = Aws::String>
66 m_targetArnHasBeenSet =
true;
67 m_targetArn = std::forward<TargetArnT>(value);
69 template <
typename TargetArnT = Aws::String>
82 template <
typename IntegrationArnT = Aws::String>
84 m_integrationArnHasBeenSet =
true;
85 m_integrationArn = std::forward<IntegrationArnT>(value);
87 template <
typename IntegrationArnT = Aws::String>
107 m_statusHasBeenSet =
true;
122 template <
typename CreateTimeT = Aws::Utils::DateTime>
124 m_createTimeHasBeenSet =
true;
125 m_createTime = std::forward<CreateTimeT>(value);
127 template <
typename CreateTimeT = Aws::Utils::DateTime>
140 template <
typename IntegrationConfigT = IntegrationConfig>
142 m_integrationConfigHasBeenSet =
true;
143 m_integrationConfig = std::forward<IntegrationConfigT>(value);
145 template <
typename IntegrationConfigT = IntegrationConfig>
158 template <
typename ErrorsT = Aws::Vector<IntegrationError>>
160 m_errorsHasBeenSet =
true;
161 m_errors = std::forward<ErrorsT>(value);
163 template <
typename ErrorsT = Aws::Vector<IntegrationError>>
168 template <
typename ErrorsT = IntegrationError>
170 m_errorsHasBeenSet =
true;
171 m_errors.emplace_back(std::forward<ErrorsT>(value));
186 IntegrationConfig m_integrationConfig;
189 bool m_sourceArnHasBeenSet =
false;
190 bool m_targetArnHasBeenSet =
false;
191 bool m_integrationArnHasBeenSet =
false;
192 bool m_statusHasBeenSet =
false;
193 bool m_createTimeHasBeenSet =
false;
194 bool m_integrationConfigHasBeenSet =
false;
195 bool m_errorsHasBeenSet =
false;
AWS_GLUE_API InboundIntegration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(IntegrationStatus value)
InboundIntegration & WithTargetArn(TargetArnT &&value)
bool ErrorsHasBeenSet() const
InboundIntegration & WithStatus(IntegrationStatus value)
const Aws::String & GetTargetArn() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
InboundIntegration & AddErrors(ErrorsT &&value)
bool SourceArnHasBeenSet() const
const Aws::String & GetIntegrationArn() const
const IntegrationConfig & GetIntegrationConfig() const
InboundIntegration & WithSourceArn(SourceArnT &&value)
const Aws::String & GetSourceArn() const
bool CreateTimeHasBeenSet() const
void SetIntegrationArn(IntegrationArnT &&value)
bool IntegrationArnHasBeenSet() const
bool TargetArnHasBeenSet() const
const Aws::Utils::DateTime & GetCreateTime() const
void SetIntegrationConfig(IntegrationConfigT &&value)
const Aws::Vector< IntegrationError > & GetErrors() const
bool StatusHasBeenSet() const
InboundIntegration & WithCreateTime(CreateTimeT &&value)
void SetCreateTime(CreateTimeT &&value)
InboundIntegration & WithIntegrationConfig(IntegrationConfigT &&value)
void SetSourceArn(SourceArnT &&value)
IntegrationStatus GetStatus() const
InboundIntegration & WithIntegrationArn(IntegrationArnT &&value)
bool IntegrationConfigHasBeenSet() const
void SetErrors(ErrorsT &&value)
InboundIntegration & WithErrors(ErrorsT &&value)
void SetTargetArn(TargetArnT &&value)
AWS_GLUE_API InboundIntegration(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API InboundIntegration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue