7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
54 template<
typename UserPoolT = Aws::String>
55 void SetUserPool(UserPoolT&& value) { m_userPoolHasBeenSet =
true; m_userPool = std::forward<UserPoolT>(value); }
56 template<
typename UserPoolT = Aws::String>
66 template<
typename ClientIdT = Aws::String>
67 void SetClientId(ClientIdT&& value) { m_clientIdHasBeenSet =
true; m_clientId = std::forward<ClientIdT>(value); }
68 template<
typename ClientIdT = Aws::String>
74 bool m_userPoolHasBeenSet =
false;
77 bool m_clientIdHasBeenSet =
false;
const Aws::String & GetUserPool() const
CognitoConfig & WithClientId(ClientIdT &&value)
const Aws::String & GetClientId() const
void SetClientId(ClientIdT &&value)
AWS_SAGEMAKER_API CognitoConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API CognitoConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ClientIdHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool UserPoolHasBeenSet() const
AWS_SAGEMAKER_API CognitoConfig()=default
CognitoConfig & WithUserPool(UserPoolT &&value)
void SetUserPool(UserPoolT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue