7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lambda/Lambda_EXPORTS.h>
9#include <aws/lambda/model/Cors.h>
10#include <aws/lambda/model/FunctionUrlAuthType.h>
11#include <aws/lambda/model/InvokeMode.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename FunctionUrlT = Aws::String>
39 m_functionUrlHasBeenSet =
true;
40 m_functionUrl = std::forward<FunctionUrlT>(value);
42 template <
typename FunctionUrlT = Aws::String>
54 template <
typename FunctionArnT = Aws::String>
56 m_functionArnHasBeenSet =
true;
57 m_functionArn = std::forward<FunctionArnT>(value);
59 template <
typename FunctionArnT = Aws::String>
77 m_authTypeHasBeenSet =
true;
93 template <
typename CorsT = Cors>
95 m_corsHasBeenSet =
true;
96 m_cors = std::forward<CorsT>(value);
98 template <
typename CorsT = Cors>
100 SetCors(std::forward<CorsT>(value));
112 template <
typename CreationTimeT = Aws::String>
114 m_creationTimeHasBeenSet =
true;
115 m_creationTime = std::forward<CreationTimeT>(value);
117 template <
typename CreationTimeT = Aws::String>
131 template <
typename LastModifiedTimeT = Aws::String>
133 m_lastModifiedTimeHasBeenSet =
true;
134 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
136 template <
typename LastModifiedTimeT = Aws::String>
156 m_invokeModeHasBeenSet =
true;
157 m_invokeMode = value;
168 template <
typename RequestIdT = Aws::String>
170 m_requestIdHasBeenSet =
true;
171 m_requestId = std::forward<RequestIdT>(value);
173 template <
typename RequestIdT = Aws::String>
195 bool m_functionUrlHasBeenSet =
false;
196 bool m_functionArnHasBeenSet =
false;
197 bool m_authTypeHasBeenSet =
false;
198 bool m_corsHasBeenSet =
false;
199 bool m_creationTimeHasBeenSet =
false;
200 bool m_lastModifiedTimeHasBeenSet =
false;
201 bool m_invokeModeHasBeenSet =
false;
202 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)
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