7#include <aws/securityhub/SecurityHub_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>
61 template<
typename DestinationArnT = Aws::String>
62 void SetDestinationArn(DestinationArnT&& value) { m_destinationArnHasBeenSet =
true; m_destinationArn = std::forward<DestinationArnT>(value); }
63 template<
typename DestinationArnT = Aws::String>
69 bool m_formatHasBeenSet =
false;
72 bool m_destinationArnHasBeenSet =
false;
AWS_SECURITYHUB_API AwsApiGatewayAccessLogSettings()=default
AWS_SECURITYHUB_API AwsApiGatewayAccessLogSettings(Aws::Utils::Json::JsonView jsonValue)
bool DestinationArnHasBeenSet() const
AWS_SECURITYHUB_API AwsApiGatewayAccessLogSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool FormatHasBeenSet() const
const Aws::String & GetDestinationArn() const
AwsApiGatewayAccessLogSettings & WithFormat(FormatT &&value)
void SetFormat(FormatT &&value)
AwsApiGatewayAccessLogSettings & WithDestinationArn(DestinationArnT &&value)
const Aws::String & GetFormat() const
void SetDestinationArn(DestinationArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue