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