7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
42 template <
typename UserPoolT = Aws::String>
44 m_userPoolHasBeenSet =
true;
45 m_userPool = std::forward<UserPoolT>(value);
47 template <
typename UserPoolT = Aws::String>
60 template <
typename UserGroupT = Aws::String>
62 m_userGroupHasBeenSet =
true;
63 m_userGroup = std::forward<UserGroupT>(value);
65 template <
typename UserGroupT = Aws::String>
79 template <
typename ClientIdT = Aws::String>
81 m_clientIdHasBeenSet =
true;
82 m_clientId = std::forward<ClientIdT>(value);
84 template <
typename ClientIdT = Aws::String>
96 bool m_userPoolHasBeenSet =
false;
97 bool m_userGroupHasBeenSet =
false;
98 bool m_clientIdHasBeenSet =
false;
AWS_SAGEMAKER_API CognitoMemberDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
CognitoMemberDefinition & WithUserGroup(UserGroupT &&value)
bool UserGroupHasBeenSet() const
AWS_SAGEMAKER_API CognitoMemberDefinition()=default
CognitoMemberDefinition & WithClientId(ClientIdT &&value)
void SetClientId(ClientIdT &&value)
bool ClientIdHasBeenSet() const
const Aws::String & GetClientId() const
void SetUserPool(UserPoolT &&value)
AWS_SAGEMAKER_API CognitoMemberDefinition(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetUserGroup() const
bool UserPoolHasBeenSet() const
CognitoMemberDefinition & WithUserPool(UserPoolT &&value)
const Aws::String & GetUserPool() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetUserGroup(UserGroupT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue