AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
TestIdentityProviderResult.h
1
6#pragma once
7#include <aws/awstransfer/Transfer_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 Transfer
24{
25namespace Model
26{
28 {
29 public:
30 AWS_TRANSFER_API TestIdentityProviderResult();
33
34
36
40 inline const Aws::String& GetResponse() const{ return m_response; }
41 inline void SetResponse(const Aws::String& value) { m_response = value; }
42 inline void SetResponse(Aws::String&& value) { m_response = std::move(value); }
43 inline void SetResponse(const char* value) { m_response.assign(value); }
44 inline TestIdentityProviderResult& WithResponse(const Aws::String& value) { SetResponse(value); return *this;}
45 inline TestIdentityProviderResult& WithResponse(Aws::String&& value) { SetResponse(std::move(value)); return *this;}
46 inline TestIdentityProviderResult& WithResponse(const char* value) { SetResponse(value); return *this;}
48
50
54 inline int GetStatusCode() const{ return m_statusCode; }
55 inline void SetStatusCode(int value) { m_statusCode = value; }
56 inline TestIdentityProviderResult& WithStatusCode(int value) { SetStatusCode(value); return *this;}
58
60
65 inline const Aws::String& GetMessage() const{ return m_message; }
66 inline void SetMessage(const Aws::String& value) { m_message = value; }
67 inline void SetMessage(Aws::String&& value) { m_message = std::move(value); }
68 inline void SetMessage(const char* value) { m_message.assign(value); }
69 inline TestIdentityProviderResult& WithMessage(const Aws::String& value) { SetMessage(value); return *this;}
70 inline TestIdentityProviderResult& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return *this;}
71 inline TestIdentityProviderResult& WithMessage(const char* value) { SetMessage(value); return *this;}
73
75
78 inline const Aws::String& GetUrl() const{ return m_url; }
79 inline void SetUrl(const Aws::String& value) { m_url = value; }
80 inline void SetUrl(Aws::String&& value) { m_url = std::move(value); }
81 inline void SetUrl(const char* value) { m_url.assign(value); }
82 inline TestIdentityProviderResult& WithUrl(const Aws::String& value) { SetUrl(value); return *this;}
83 inline TestIdentityProviderResult& WithUrl(Aws::String&& value) { SetUrl(std::move(value)); return *this;}
84 inline TestIdentityProviderResult& WithUrl(const char* value) { SetUrl(value); return *this;}
86
88
89 inline const Aws::String& GetRequestId() const{ return m_requestId; }
90 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
91 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
92 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
93 inline TestIdentityProviderResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
94 inline TestIdentityProviderResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
95 inline TestIdentityProviderResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
97 private:
98
99 Aws::String m_response;
100
101 int m_statusCode;
102
103 Aws::String m_message;
104
105 Aws::String m_url;
106
107 Aws::String m_requestId;
108 };
109
110} // namespace Model
111} // namespace Transfer
112} // namespace Aws
TestIdentityProviderResult & WithUrl(const char *value)
TestIdentityProviderResult & WithRequestId(Aws::String &&value)
TestIdentityProviderResult & WithResponse(const char *value)
TestIdentityProviderResult & WithRequestId(const Aws::String &value)
TestIdentityProviderResult & WithUrl(Aws::String &&value)
TestIdentityProviderResult & WithResponse(Aws::String &&value)
TestIdentityProviderResult & WithUrl(const Aws::String &value)
TestIdentityProviderResult & WithMessage(Aws::String &&value)
TestIdentityProviderResult & WithMessage(const Aws::String &value)
TestIdentityProviderResult & WithResponse(const Aws::String &value)
AWS_TRANSFER_API TestIdentityProviderResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_TRANSFER_API TestIdentityProviderResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
TestIdentityProviderResult & WithStatusCode(int value)
TestIdentityProviderResult & WithMessage(const char *value)
TestIdentityProviderResult & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue