7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename UserPoolT = Aws::String>
49 void SetUserPool(UserPoolT&& value) { m_userPoolHasBeenSet =
true; m_userPool = std::forward<UserPoolT>(value); }
50 template<
typename UserPoolT = Aws::String>
60 template<
typename UserGroupT = Aws::String>
61 void SetUserGroup(UserGroupT&& value) { m_userGroupHasBeenSet =
true; m_userGroup = std::forward<UserGroupT>(value); }
62 template<
typename UserGroupT = Aws::String>
73 template<
typename ClientIdT = Aws::String>
74 void SetClientId(ClientIdT&& value) { m_clientIdHasBeenSet =
true; m_clientId = std::forward<ClientIdT>(value); }
75 template<
typename ClientIdT = Aws::String>
81 bool m_userPoolHasBeenSet =
false;
84 bool m_userGroupHasBeenSet =
false;
87 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