7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename FormatT = Aws::String>
45 m_formatHasBeenSet =
true;
46 m_format = std::forward<FormatT>(value);
48 template <
typename FormatT = Aws::String>
64 template <
typename DestinationArnT = Aws::String>
66 m_destinationArnHasBeenSet =
true;
67 m_destinationArn = std::forward<DestinationArnT>(value);
69 template <
typename DestinationArnT = Aws::String>
79 bool m_formatHasBeenSet =
false;
80 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