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>
43 template <
typename FunctionUrlT = Aws::String>
45 m_functionUrlHasBeenSet =
true;
46 m_functionUrl = std::forward<FunctionUrlT>(value);
48 template <
typename FunctionUrlT = Aws::String>
61 template <
typename FunctionArnT = Aws::String>
63 m_functionArnHasBeenSet =
true;
64 m_functionArn = std::forward<FunctionArnT>(value);
66 template <
typename FunctionArnT = Aws::String>
81 template <
typename CreationTimeT = Aws::String>
83 m_creationTimeHasBeenSet =
true;
84 m_creationTime = std::forward<CreationTimeT>(value);
86 template <
typename CreationTimeT = Aws::String>
101 template <
typename LastModifiedTimeT = Aws::String>
103 m_lastModifiedTimeHasBeenSet =
true;
104 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
106 template <
typename LastModifiedTimeT = Aws::String>
121 template <
typename CorsT = Cors>
123 m_corsHasBeenSet =
true;
124 m_cors = std::forward<CorsT>(value);
126 template <
typename CorsT = Cors>
128 SetCors(std::forward<CorsT>(value));
145 m_authTypeHasBeenSet =
true;
168 m_invokeModeHasBeenSet =
true;
169 m_invokeMode = value;
190 bool m_functionUrlHasBeenSet =
false;
191 bool m_functionArnHasBeenSet =
false;
192 bool m_creationTimeHasBeenSet =
false;
193 bool m_lastModifiedTimeHasBeenSet =
false;
194 bool m_corsHasBeenSet =
false;
195 bool m_authTypeHasBeenSet =
false;
196 bool m_invokeModeHasBeenSet =
false;
bool AuthTypeHasBeenSet() const
FunctionUrlAuthType GetAuthType() const
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
bool CreationTimeHasBeenSet() const
bool InvokeModeHasBeenSet() const
AWS_LAMBDA_API FunctionUrlConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreationTime(CreationTimeT &&value)
bool CorsHasBeenSet() const
bool FunctionUrlHasBeenSet() const
FunctionUrlConfig & WithInvokeMode(InvokeMode value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
AWS_LAMBDA_API FunctionUrlConfig()=default
FunctionUrlConfig & WithLastModifiedTime(LastModifiedTimeT &&value)
FunctionUrlConfig & WithCreationTime(CreationTimeT &&value)
AWS_LAMBDA_API FunctionUrlConfig(Aws::Utils::Json::JsonView jsonValue)
FunctionUrlConfig & WithFunctionArn(FunctionArnT &&value)
void SetFunctionUrl(FunctionUrlT &&value)
bool FunctionArnHasBeenSet() const
FunctionUrlConfig & WithCors(CorsT &&value)
const Aws::String & GetCreationTime() const
void SetFunctionArn(FunctionArnT &&value)
void SetInvokeMode(InvokeMode value)
FunctionUrlConfig & WithAuthType(FunctionUrlAuthType value)
const Aws::String & GetFunctionArn() const
const Aws::String & GetLastModifiedTime() const
void SetAuthType(FunctionUrlAuthType value)
void SetCors(CorsT &&value)
InvokeMode GetInvokeMode() const
const Aws::String & GetFunctionUrl() const
const Cors & GetCors() const
FunctionUrlConfig & WithFunctionUrl(FunctionUrlT &&value)
bool LastModifiedTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue