7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/model/AuthenticationType.h>
10#include <aws/glue/model/DataOperation.h>
11#include <aws/glue/model/ComputeEnvironment.h>
50 template<
typename SupportedAuthenticationTypesT = Aws::Vector<AuthenticationType>>
51 void SetSupportedAuthenticationTypes(SupportedAuthenticationTypesT&& value) { m_supportedAuthenticationTypesHasBeenSet =
true; m_supportedAuthenticationTypes = std::forward<SupportedAuthenticationTypesT>(value); }
52 template<
typename SupportedAuthenticationTypesT = Aws::Vector<AuthenticationType>>
63 template<
typename SupportedDataOperationsT = Aws::Vector<DataOperation>>
64 void SetSupportedDataOperations(SupportedDataOperationsT&& value) { m_supportedDataOperationsHasBeenSet =
true; m_supportedDataOperations = std::forward<SupportedDataOperationsT>(value); }
65 template<
typename SupportedDataOperationsT = Aws::Vector<DataOperation>>
76 template<
typename SupportedComputeEnvironmentsT = Aws::Vector<ComputeEnvironment>>
77 void SetSupportedComputeEnvironments(SupportedComputeEnvironmentsT&& value) { m_supportedComputeEnvironmentsHasBeenSet =
true; m_supportedComputeEnvironments = std::forward<SupportedComputeEnvironmentsT>(value); }
78 template<
typename SupportedComputeEnvironmentsT = Aws::Vector<ComputeEnvironment>>
85 bool m_supportedAuthenticationTypesHasBeenSet =
false;
88 bool m_supportedDataOperationsHasBeenSet =
false;
91 bool m_supportedComputeEnvironmentsHasBeenSet =
false;
AWS_GLUE_API Capabilities(Aws::Utils::Json::JsonView jsonValue)
Capabilities & WithSupportedAuthenticationTypes(SupportedAuthenticationTypesT &&value)
AWS_GLUE_API Capabilities & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SupportedDataOperationsHasBeenSet() const
const Aws::Vector< DataOperation > & GetSupportedDataOperations() const
Capabilities & AddSupportedComputeEnvironments(ComputeEnvironment value)
void SetSupportedDataOperations(SupportedDataOperationsT &&value)
Capabilities & WithSupportedDataOperations(SupportedDataOperationsT &&value)
bool SupportedAuthenticationTypesHasBeenSet() const
bool SupportedComputeEnvironmentsHasBeenSet() const
void SetSupportedComputeEnvironments(SupportedComputeEnvironmentsT &&value)
void SetSupportedAuthenticationTypes(SupportedAuthenticationTypesT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
Capabilities & AddSupportedDataOperations(DataOperation value)
const Aws::Vector< ComputeEnvironment > & GetSupportedComputeEnvironments() const
Capabilities & AddSupportedAuthenticationTypes(AuthenticationType value)
const Aws::Vector< AuthenticationType > & GetSupportedAuthenticationTypes() const
AWS_GLUE_API Capabilities()=default
Capabilities & WithSupportedComputeEnvironments(SupportedComputeEnvironmentsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue