7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/AuthenticationType.h>
10#include <aws/glue/model/ComputeEnvironment.h>
11#include <aws/glue/model/DataOperation.h>
44 template <
typename SupportedAuthenticationTypesT = Aws::Vector<AuthenticationType>>
46 m_supportedAuthenticationTypesHasBeenSet =
true;
47 m_supportedAuthenticationTypes = std::forward<SupportedAuthenticationTypesT>(value);
49 template <
typename SupportedAuthenticationTypesT = Aws::Vector<AuthenticationType>>
55 m_supportedAuthenticationTypesHasBeenSet =
true;
56 m_supportedAuthenticationTypes.push_back(value);
67 template <
typename SupportedDataOperationsT = Aws::Vector<DataOperation>>
69 m_supportedDataOperationsHasBeenSet =
true;
70 m_supportedDataOperations = std::forward<SupportedDataOperationsT>(value);
72 template <
typename SupportedDataOperationsT = Aws::Vector<DataOperation>>
78 m_supportedDataOperationsHasBeenSet =
true;
79 m_supportedDataOperations.push_back(value);
90 template <
typename SupportedComputeEnvironmentsT = Aws::Vector<ComputeEnvironment>>
92 m_supportedComputeEnvironmentsHasBeenSet =
true;
93 m_supportedComputeEnvironments = std::forward<SupportedComputeEnvironmentsT>(value);
95 template <
typename SupportedComputeEnvironmentsT = Aws::Vector<ComputeEnvironment>>
101 m_supportedComputeEnvironmentsHasBeenSet =
true;
102 m_supportedComputeEnvironments.push_back(value);
112 bool m_supportedAuthenticationTypesHasBeenSet =
false;
113 bool m_supportedDataOperationsHasBeenSet =
false;
114 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