7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace ApiGatewayV2 {
40 template <
typename DestinationArnT = Aws::String>
42 m_destinationArnHasBeenSet =
true;
43 m_destinationArn = std::forward<DestinationArnT>(value);
45 template <
typename DestinationArnT = Aws::String>
59 template <
typename FormatT = Aws::String>
61 m_formatHasBeenSet =
true;
62 m_format = std::forward<FormatT>(value);
64 template <
typename FormatT = Aws::String>
74 bool m_destinationArnHasBeenSet =
false;
75 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