7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lambda/model/Cors.h>
10#include <aws/lambda/model/FunctionUrlAuthType.h>
11#include <aws/lambda/model/InvokeMode.h>
49 template<
typename FunctionUrlT = Aws::String>
50 void SetFunctionUrl(FunctionUrlT&& value) { m_functionUrlHasBeenSet =
true; m_functionUrl = std::forward<FunctionUrlT>(value); }
51 template<
typename FunctionUrlT = Aws::String>
61 template<
typename FunctionArnT = Aws::String>
62 void SetFunctionArn(FunctionArnT&& value) { m_functionArnHasBeenSet =
true; m_functionArn = std::forward<FunctionArnT>(value); }
63 template<
typename FunctionArnT = Aws::String>
75 template<
typename CreationTimeT = Aws::String>
76 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
77 template<
typename CreationTimeT = Aws::String>
89 template<
typename LastModifiedTimeT = Aws::String>
90 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
91 template<
typename LastModifiedTimeT = Aws::String>
103 template<
typename CorsT = Cors>
104 void SetCors(CorsT&& value) { m_corsHasBeenSet =
true; m_cors = std::forward<CorsT>(value); }
105 template<
typename CorsT = Cors>
145 bool m_functionUrlHasBeenSet =
false;
148 bool m_functionArnHasBeenSet =
false;
151 bool m_creationTimeHasBeenSet =
false;
154 bool m_lastModifiedTimeHasBeenSet =
false;
157 bool m_corsHasBeenSet =
false;
160 bool m_authTypeHasBeenSet =
false;
163 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