AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
ConfirmSignUpResult.h
1
6#pragma once
7#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace CognitoIdentityProvider
24{
25namespace Model
26{
34 {
35 public:
36 AWS_COGNITOIDENTITYPROVIDER_API ConfirmSignUpResult() = default;
39
40
42
47 inline const Aws::String& GetSession() const { return m_session; }
48 template<typename SessionT = Aws::String>
49 void SetSession(SessionT&& value) { m_sessionHasBeenSet = true; m_session = std::forward<SessionT>(value); }
50 template<typename SessionT = Aws::String>
51 ConfirmSignUpResult& WithSession(SessionT&& value) { SetSession(std::forward<SessionT>(value)); return *this;}
53
55
56 inline const Aws::String& GetRequestId() const { return m_requestId; }
57 template<typename RequestIdT = Aws::String>
58 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
59 template<typename RequestIdT = Aws::String>
60 ConfirmSignUpResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
62 private:
63
64 Aws::String m_session;
65 bool m_sessionHasBeenSet = false;
66
67 Aws::String m_requestId;
68 bool m_requestIdHasBeenSet = false;
69 };
70
71} // namespace Model
72} // namespace CognitoIdentityProvider
73} // namespace Aws
ConfirmSignUpResult & WithSession(SessionT &&value)
AWS_COGNITOIDENTITYPROVIDER_API ConfirmSignUpResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ConfirmSignUpResult & WithRequestId(RequestIdT &&value)
AWS_COGNITOIDENTITYPROVIDER_API ConfirmSignUpResult()=default
AWS_COGNITOIDENTITYPROVIDER_API ConfirmSignUpResult(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