7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/IntegrationStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/glue/model/IntegrationConfig.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/glue/model/IntegrationError.h>
52 template<
typename SourceArnT = Aws::String>
53 void SetSourceArn(SourceArnT&& value) { m_sourceArnHasBeenSet =
true; m_sourceArn = std::forward<SourceArnT>(value); }
54 template<
typename SourceArnT = Aws::String>
64 template<
typename TargetArnT = Aws::String>
65 void SetTargetArn(TargetArnT&& value) { m_targetArnHasBeenSet =
true; m_targetArn = std::forward<TargetArnT>(value); }
66 template<
typename TargetArnT = Aws::String>
76 template<
typename IntegrationArnT = Aws::String>
77 void SetIntegrationArn(IntegrationArnT&& value) { m_integrationArnHasBeenSet =
true; m_integrationArn = std::forward<IntegrationArnT>(value); }
78 template<
typename IntegrationArnT = Aws::String>
104 template<
typename CreateTimeT = Aws::Utils::DateTime>
105 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
106 template<
typename CreateTimeT = Aws::Utils::DateTime>
116 template<
typename IntegrationConfigT = IntegrationConfig>
117 void SetIntegrationConfig(IntegrationConfigT&& value) { m_integrationConfigHasBeenSet =
true; m_integrationConfig = std::forward<IntegrationConfigT>(value); }
118 template<
typename IntegrationConfigT = IntegrationConfig>
128 template<
typename ErrorsT = Aws::Vector<IntegrationError>>
129 void SetErrors(ErrorsT&& value) { m_errorsHasBeenSet =
true; m_errors = std::forward<ErrorsT>(value); }
130 template<
typename ErrorsT = Aws::Vector<IntegrationError>>
132 template<
typename ErrorsT = IntegrationError>
138 bool m_sourceArnHasBeenSet =
false;
141 bool m_targetArnHasBeenSet =
false;
144 bool m_integrationArnHasBeenSet =
false;
147 bool m_statusHasBeenSet =
false;
150 bool m_createTimeHasBeenSet =
false;
152 IntegrationConfig m_integrationConfig;
153 bool m_integrationConfigHasBeenSet =
false;
156 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