7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename FormatT = Aws::String>
50 void SetFormat(FormatT&& value) { m_formatHasBeenSet =
true; m_format = std::forward<FormatT>(value); }
51 template<
typename FormatT = Aws::String>
64 template<
typename DestinationArnT = Aws::String>
65 void SetDestinationArn(DestinationArnT&& value) { m_destinationArnHasBeenSet =
true; m_destinationArn = std::forward<DestinationArnT>(value); }
66 template<
typename DestinationArnT = Aws::String>
72 bool m_formatHasBeenSet =
false;
75 bool m_destinationArnHasBeenSet =
false;
bool DestinationArnHasBeenSet() const
AWS_APIGATEWAY_API AccessLogSettings(Aws::Utils::Json::JsonView jsonValue)
void SetDestinationArn(DestinationArnT &&value)
AWS_APIGATEWAY_API AccessLogSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FormatHasBeenSet() const
void SetFormat(FormatT &&value)
const Aws::String & GetFormat() const
AWS_APIGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDestinationArn() const
AccessLogSettings & WithDestinationArn(DestinationArnT &&value)
AWS_APIGATEWAY_API AccessLogSettings()=default
AccessLogSettings & WithFormat(FormatT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue