7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetDestinationArn(
const char* value) { m_destinationArnHasBeenSet =
true; m_destinationArn.assign(value); }
63 inline void SetFormat(
const char* value) { m_formatHasBeenSet =
true; m_format.assign(value); }
71 bool m_destinationArnHasBeenSet =
false;
74 bool m_formatHasBeenSet =
false;
AccessLogSettings & WithDestinationArn(const Aws::String &value)
AccessLogSettings & WithFormat(const Aws::String &value)
AWS_APIGATEWAYV2_API AccessLogSettings()
void SetFormat(const Aws::String &value)
const Aws::String & GetFormat() const
void SetFormat(Aws::String &&value)
AccessLogSettings & WithDestinationArn(const char *value)
AWS_APIGATEWAYV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APIGATEWAYV2_API AccessLogSettings(Aws::Utils::Json::JsonView jsonValue)
void SetDestinationArn(Aws::String &&value)
AccessLogSettings & WithFormat(Aws::String &&value)
AccessLogSettings & WithDestinationArn(Aws::String &&value)
bool DestinationArnHasBeenSet() const
AccessLogSettings & WithFormat(const char *value)
AWS_APIGATEWAYV2_API AccessLogSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDestinationArn(const Aws::String &value)
const Aws::String & GetDestinationArn() const
void SetFormat(const char *value)
bool FormatHasBeenSet() const
void SetDestinationArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue