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>
51 inline void SetFunctionUrl(
const char* value) { m_functionUrlHasBeenSet =
true; m_functionUrl.assign(value); }
65 inline void SetFunctionArn(
const char* value) { m_functionArnHasBeenSet =
true; m_functionArn.assign(value); }
81 inline void SetCreationTime(
const char* value) { m_creationTimeHasBeenSet =
true; m_creationTime.assign(value); }
97 inline void SetLastModifiedTime(
const char* value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime.assign(value); }
111 inline void SetCors(
const Cors& value) { m_corsHasBeenSet =
true; m_cors = value; }
112 inline void SetCors(
Cors&& value) { m_corsHasBeenSet =
true; m_cors = std::move(value); }
157 bool m_functionUrlHasBeenSet =
false;
160 bool m_functionArnHasBeenSet =
false;
163 bool m_creationTimeHasBeenSet =
false;
166 bool m_lastModifiedTimeHasBeenSet =
false;
169 bool m_corsHasBeenSet =
false;
172 bool m_authTypeHasBeenSet =
false;
175 bool m_invokeModeHasBeenSet =
false;
void SetLastModifiedTime(const Aws::String &value)
bool AuthTypeHasBeenSet() const
FunctionUrlConfig & WithCreationTime(const Aws::String &value)
void SetInvokeMode(InvokeMode &&value)
FunctionUrlConfig & WithFunctionUrl(const Aws::String &value)
void SetAuthType(FunctionUrlAuthType &&value)
FunctionUrlConfig & WithFunctionUrl(Aws::String &&value)
FunctionUrlConfig & WithFunctionArn(Aws::String &&value)
void SetFunctionUrl(const Aws::String &value)
FunctionUrlConfig & WithInvokeMode(InvokeMode &&value)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
FunctionUrlConfig & WithInvokeMode(const InvokeMode &value)
void SetCreationTime(Aws::String &&value)
void SetCors(Cors &&value)
FunctionUrlConfig & WithLastModifiedTime(const char *value)
bool CreationTimeHasBeenSet() const
FunctionUrlConfig & WithCreationTime(Aws::String &&value)
bool InvokeModeHasBeenSet() const
FunctionUrlConfig & WithCreationTime(const char *value)
void SetFunctionUrl(Aws::String &&value)
FunctionUrlConfig & WithLastModifiedTime(const Aws::String &value)
AWS_LAMBDA_API FunctionUrlConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
FunctionUrlConfig & WithCors(Cors &&value)
void SetLastModifiedTime(const char *value)
AWS_LAMBDA_API FunctionUrlConfig()
FunctionUrlConfig & WithCors(const Cors &value)
bool CorsHasBeenSet() const
bool FunctionUrlHasBeenSet() const
void SetFunctionArn(const Aws::String &value)
FunctionUrlConfig & WithLastModifiedTime(Aws::String &&value)
AWS_LAMBDA_API FunctionUrlConfig(Aws::Utils::Json::JsonView jsonValue)
const InvokeMode & GetInvokeMode() const
void SetFunctionArn(const char *value)
bool FunctionArnHasBeenSet() const
const FunctionUrlAuthType & GetAuthType() const
FunctionUrlConfig & WithAuthType(const FunctionUrlAuthType &value)
FunctionUrlConfig & WithFunctionUrl(const char *value)
const Aws::String & GetCreationTime() const
FunctionUrlConfig & WithFunctionArn(const char *value)
void SetCreationTime(const char *value)
void SetFunctionArn(Aws::String &&value)
void SetCors(const Cors &value)
FunctionUrlConfig & WithFunctionArn(const Aws::String &value)
void SetInvokeMode(const InvokeMode &value)
const Aws::String & GetFunctionArn() const
const Aws::String & GetLastModifiedTime() const
void SetLastModifiedTime(Aws::String &&value)
void SetAuthType(const FunctionUrlAuthType &value)
const Aws::String & GetFunctionUrl() const
const Cors & GetCors() const
void SetCreationTime(const Aws::String &value)
bool LastModifiedTimeHasBeenSet() const
void SetFunctionUrl(const char *value)
FunctionUrlConfig & WithAuthType(FunctionUrlAuthType &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue