7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
53 template<
typename GroupsT = Aws::Vector<Aws::String>>
54 void SetGroups(GroupsT&& value) { m_groupsHasBeenSet =
true; m_groups = std::forward<GroupsT>(value); }
55 template<
typename GroupsT = Aws::Vector<Aws::String>>
57 template<
typename GroupsT = Aws::String>
63 bool m_groupsHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetGroups() const
bool GroupsHasBeenSet() const
AWS_SAGEMAKER_API OidcMemberDefinition()=default
AWS_SAGEMAKER_API OidcMemberDefinition(Aws::Utils::Json::JsonView jsonValue)
OidcMemberDefinition & WithGroups(GroupsT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetGroups(GroupsT &&value)
AWS_SAGEMAKER_API OidcMemberDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
OidcMemberDefinition & AddGroups(GroupsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue