7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lambda/model/FunctionUrlAuthType.h>
10#include <aws/lambda/model/Cors.h>
11#include <aws/lambda/model/InvokeMode.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename FunctionUrlT = Aws::String>
44 void SetFunctionUrl(FunctionUrlT&& value) { m_functionUrlHasBeenSet =
true; m_functionUrl = std::forward<FunctionUrlT>(value); }
45 template<
typename FunctionUrlT = Aws::String>
54 template<
typename FunctionArnT = Aws::String>
55 void SetFunctionArn(FunctionArnT&& value) { m_functionArnHasBeenSet =
true; m_functionArn = std::forward<FunctionArnT>(value); }
56 template<
typename FunctionArnT = Aws::String>
81 template<
typename CorsT = Cors>
82 void SetCors(CorsT&& value) { m_corsHasBeenSet =
true; m_cors = std::forward<CorsT>(value); }
83 template<
typename CorsT = Cors>
94 template<
typename CreationTimeT = Aws::String>
95 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
96 template<
typename CreationTimeT = Aws::String>
107 template<
typename LastModifiedTimeT = Aws::String>
108 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
109 template<
typename LastModifiedTimeT = Aws::String>
134 template<
typename RequestIdT = Aws::String>
135 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
136 template<
typename RequestIdT = Aws::String>
142 bool m_functionUrlHasBeenSet =
false;
145 bool m_functionArnHasBeenSet =
false;
148 bool m_authTypeHasBeenSet =
false;
151 bool m_corsHasBeenSet =
false;
154 bool m_creationTimeHasBeenSet =
false;
157 bool m_lastModifiedTimeHasBeenSet =
false;
160 bool m_invokeModeHasBeenSet =
false;
163 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