7#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace CognitoIdentityProvider {
36 template <
typename SecretCodeT = Aws::String>
38 m_secretCodeHasBeenSet =
true;
39 m_secretCode = std::forward<SecretCodeT>(value);
41 template <
typename SecretCodeT = Aws::String>
54 template <
typename SessionT = Aws::String>
56 m_sessionHasBeenSet =
true;
57 m_session = std::forward<SessionT>(value);
59 template <
typename SessionT = Aws::String>
69 template <
typename RequestIdT = Aws::String>
71 m_requestIdHasBeenSet =
true;
72 m_requestId = std::forward<RequestIdT>(value);
74 template <
typename RequestIdT = Aws::String>
86 bool m_secretCodeHasBeenSet =
false;
87 bool m_sessionHasBeenSet =
false;
88 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetSession() const
const Aws::String & GetSecretCode() const
AssociateSoftwareTokenResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
void SetSession(SessionT &&value)
AWS_COGNITOIDENTITYPROVIDER_API AssociateSoftwareTokenResult()=default
AWS_COGNITOIDENTITYPROVIDER_API AssociateSoftwareTokenResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AssociateSoftwareTokenResult & WithSecretCode(SecretCodeT &&value)
void SetSecretCode(SecretCodeT &&value)
AssociateSoftwareTokenResult & WithSession(SessionT &&value)
AWS_COGNITOIDENTITYPROVIDER_API AssociateSoftwareTokenResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue