7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
48 template <
typename UserPoolT = Aws::String>
50 m_userPoolHasBeenSet =
true;
51 m_userPool = std::forward<UserPoolT>(value);
53 template <
typename UserPoolT = Aws::String>
66 template <
typename ClientIdT = Aws::String>
68 m_clientIdHasBeenSet =
true;
69 m_clientId = std::forward<ClientIdT>(value);
71 template <
typename ClientIdT = Aws::String>
81 bool m_userPoolHasBeenSet =
false;
82 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