7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lambda/Lambda_EXPORTS.h>
10#include <aws/lambda/model/Cors.h>
11#include <aws/lambda/model/FunctionUrlAuthType.h>
12#include <aws/lambda/model/InvokeMode.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename FunctionUrlT = Aws::String>
40 m_functionUrlHasBeenSet =
true;
41 m_functionUrl = std::forward<FunctionUrlT>(value);
43 template <
typename FunctionUrlT = Aws::String>
55 template <
typename FunctionArnT = Aws::String>
57 m_functionArnHasBeenSet =
true;
58 m_functionArn = std::forward<FunctionArnT>(value);
60 template <
typename FunctionArnT = Aws::String>
78 m_authTypeHasBeenSet =
true;
94 template <
typename CorsT = Cors>
96 m_corsHasBeenSet =
true;
97 m_cors = std::forward<CorsT>(value);
99 template <
typename CorsT = Cors>
101 SetCors(std::forward<CorsT>(value));
113 template <
typename CreationTimeT = Aws::String>
115 m_creationTimeHasBeenSet =
true;
116 m_creationTime = std::forward<CreationTimeT>(value);
118 template <
typename CreationTimeT = Aws::String>
132 template <
typename LastModifiedTimeT = Aws::String>
134 m_lastModifiedTimeHasBeenSet =
true;
135 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
137 template <
typename LastModifiedTimeT = Aws::String>
157 m_invokeModeHasBeenSet =
true;
158 m_invokeMode = value;
169 template <
typename RequestIdT = Aws::String>
171 m_requestIdHasBeenSet =
true;
172 m_requestId = std::forward<RequestIdT>(value);
174 template <
typename RequestIdT = Aws::String>
199 bool m_functionUrlHasBeenSet =
false;
200 bool m_functionArnHasBeenSet =
false;
201 bool m_authTypeHasBeenSet =
false;
202 bool m_corsHasBeenSet =
false;
203 bool m_creationTimeHasBeenSet =
false;
204 bool m_lastModifiedTimeHasBeenSet =
false;
205 bool m_invokeModeHasBeenSet =
false;
206 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetCreationTime() const
void SetCors(CorsT &&value)
const Cors & GetCors() const
const Aws::String & GetFunctionArn() const
AWS_LAMBDA_API GetFunctionUrlConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetFunctionUrl() const
void SetRequestId(RequestIdT &&value)
void SetCreationTime(CreationTimeT &&value)
GetFunctionUrlConfigResult & WithFunctionUrl(FunctionUrlT &&value)
const Aws::String & GetRequestId() const
GetFunctionUrlConfigResult & WithRequestId(RequestIdT &&value)
GetFunctionUrlConfigResult & WithFunctionArn(FunctionArnT &&value)
void SetFunctionUrl(FunctionUrlT &&value)
GetFunctionUrlConfigResult & WithCors(CorsT &&value)
InvokeMode GetInvokeMode() const
GetFunctionUrlConfigResult & WithInvokeMode(InvokeMode value)
const Aws::String & GetLastModifiedTime() const
void SetAuthType(FunctionUrlAuthType value)
void SetInvokeMode(InvokeMode value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetFunctionUrlConfigResult & WithCreationTime(CreationTimeT &&value)
GetFunctionUrlConfigResult & WithAuthType(FunctionUrlAuthType value)
void SetFunctionArn(FunctionArnT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
AWS_LAMBDA_API GetFunctionUrlConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
FunctionUrlAuthType GetAuthType() const
AWS_LAMBDA_API GetFunctionUrlConfigResult()=default
GetFunctionUrlConfigResult & WithLastModifiedTime(LastModifiedTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue