7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename DestinationArnT = Aws::String>
47 void SetDestinationArn(DestinationArnT&& value) { m_destinationArnHasBeenSet =
true; m_destinationArn = std::forward<DestinationArnT>(value); }
48 template<
typename DestinationArnT = Aws::String>
59 template<
typename FormatT = Aws::String>
60 void SetFormat(FormatT&& value) { m_formatHasBeenSet =
true; m_format = std::forward<FormatT>(value); }
61 template<
typename FormatT = Aws::String>
67 bool m_destinationArnHasBeenSet =
false;
70 bool m_formatHasBeenSet =
false;
AccessLogSettings & WithDestinationArn(DestinationArnT &&value)
const Aws::String & GetFormat() const
AWS_APIGATEWAYV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APIGATEWAYV2_API AccessLogSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_APIGATEWAYV2_API AccessLogSettings()=default
void SetFormat(FormatT &&value)
bool DestinationArnHasBeenSet() const
AWS_APIGATEWAYV2_API AccessLogSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AccessLogSettings & WithFormat(FormatT &&value)
const Aws::String & GetDestinationArn() const
void SetDestinationArn(DestinationArnT &&value)
bool FormatHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue