/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains information about settings for logging access for the
* stage.See Also:
AWS
* API Reference
A single-line format of the access logs of data, as specified by selected
* $context
variables. The format must include at least
* $context.requestId
.
A single-line format of the access logs of data, as specified by selected
* $context
variables. The format must include at least
* $context.requestId
.
A single-line format of the access logs of data, as specified by selected
* $context
variables. The format must include at least
* $context.requestId
.
A single-line format of the access logs of data, as specified by selected
* $context
variables. The format must include at least
* $context.requestId
.
A single-line format of the access logs of data, as specified by selected
* $context
variables. The format must include at least
* $context.requestId
.
A single-line format of the access logs of data, as specified by selected
* $context
variables. The format must include at least
* $context.requestId
.
A single-line format of the access logs of data, as specified by selected
* $context
variables. The format must include at least
* $context.requestId
.
A single-line format of the access logs of data, as specified by selected
* $context
variables. The format must include at least
* $context.requestId
.
The ARN of the CloudWatch Logs log group that receives the access logs.
*/ inline const Aws::String& GetDestinationArn() const{ return m_destinationArn; } /** *The ARN of the CloudWatch Logs log group that receives the access logs.
*/ inline bool DestinationArnHasBeenSet() const { return m_destinationArnHasBeenSet; } /** *The ARN of the CloudWatch Logs log group that receives the access logs.
*/ inline void SetDestinationArn(const Aws::String& value) { m_destinationArnHasBeenSet = true; m_destinationArn = value; } /** *The ARN of the CloudWatch Logs log group that receives the access logs.
*/ inline void SetDestinationArn(Aws::String&& value) { m_destinationArnHasBeenSet = true; m_destinationArn = std::move(value); } /** *The ARN of the CloudWatch Logs log group that receives the access logs.
*/ inline void SetDestinationArn(const char* value) { m_destinationArnHasBeenSet = true; m_destinationArn.assign(value); } /** *The ARN of the CloudWatch Logs log group that receives the access logs.
*/ inline AwsApiGatewayAccessLogSettings& WithDestinationArn(const Aws::String& value) { SetDestinationArn(value); return *this;} /** *The ARN of the CloudWatch Logs log group that receives the access logs.
*/ inline AwsApiGatewayAccessLogSettings& WithDestinationArn(Aws::String&& value) { SetDestinationArn(std::move(value)); return *this;} /** *The ARN of the CloudWatch Logs log group that receives the access logs.
*/ inline AwsApiGatewayAccessLogSettings& WithDestinationArn(const char* value) { SetDestinationArn(value); return *this;} private: Aws::String m_format; bool m_formatHasBeenSet = false; Aws::String m_destinationArn; bool m_destinationArnHasBeenSet = false; }; } // namespace Model } // namespace SecurityHub } // namespace Aws