/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Start of Authority (SOA) properties for a public or private DNS
* namespace.See Also:
AWS
* API Reference
The time to live (TTL) for purposes of negative caching.
*/ inline long long GetTTL() const{ return m_tTL; } /** *The time to live (TTL) for purposes of negative caching.
*/ inline bool TTLHasBeenSet() const { return m_tTLHasBeenSet; } /** *The time to live (TTL) for purposes of negative caching.
*/ inline void SetTTL(long long value) { m_tTLHasBeenSet = true; m_tTL = value; } /** *The time to live (TTL) for purposes of negative caching.
*/ inline SOA& WithTTL(long long value) { SetTTL(value); return *this;} private: long long m_tTL; bool m_tTLHasBeenSet = false; }; } // namespace Model } // namespace ServiceDiscovery } // namespace Aws