/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provide expiration lifecycle details of Amazon Security Lake
* object.See Also:
AWS
* API Reference
Number of days before data expires in the Amazon Security Lake object.
*/ inline int GetDays() const{ return m_days; } /** *Number of days before data expires in the Amazon Security Lake object.
*/ inline bool DaysHasBeenSet() const { return m_daysHasBeenSet; } /** *Number of days before data expires in the Amazon Security Lake object.
*/ inline void SetDays(int value) { m_daysHasBeenSet = true; m_days = value; } /** *Number of days before data expires in the Amazon Security Lake object.
*/ inline DataLakeLifecycleExpiration& WithDays(int value) { SetDays(value); return *this;} private: int m_days; bool m_daysHasBeenSet = false; }; } // namespace Model } // namespace SecurityLake } // namespace Aws