/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The lookback window setup of an incremental refresh
* configuration.See Also:
AWS
* API Reference
The name of the lookback window column.
*/ inline const Aws::String& GetColumnName() const{ return m_columnName; } /** *The name of the lookback window column.
*/ inline bool ColumnNameHasBeenSet() const { return m_columnNameHasBeenSet; } /** *The name of the lookback window column.
*/ inline void SetColumnName(const Aws::String& value) { m_columnNameHasBeenSet = true; m_columnName = value; } /** *The name of the lookback window column.
*/ inline void SetColumnName(Aws::String&& value) { m_columnNameHasBeenSet = true; m_columnName = std::move(value); } /** *The name of the lookback window column.
*/ inline void SetColumnName(const char* value) { m_columnNameHasBeenSet = true; m_columnName.assign(value); } /** *The name of the lookback window column.
*/ inline LookbackWindow& WithColumnName(const Aws::String& value) { SetColumnName(value); return *this;} /** *The name of the lookback window column.
*/ inline LookbackWindow& WithColumnName(Aws::String&& value) { SetColumnName(std::move(value)); return *this;} /** *The name of the lookback window column.
*/ inline LookbackWindow& WithColumnName(const char* value) { SetColumnName(value); return *this;} /** *The lookback window column size.
*/ inline long long GetSize() const{ return m_size; } /** *The lookback window column size.
*/ inline bool SizeHasBeenSet() const { return m_sizeHasBeenSet; } /** *The lookback window column size.
*/ inline void SetSize(long long value) { m_sizeHasBeenSet = true; m_size = value; } /** *The lookback window column size.
*/ inline LookbackWindow& WithSize(long long value) { SetSize(value); return *this;} /** *The size unit that is used for the lookback window column. Valid values for
* this structure are HOUR
, DAY
, and
* WEEK
.
The size unit that is used for the lookback window column. Valid values for
* this structure are HOUR
, DAY
, and
* WEEK
.
The size unit that is used for the lookback window column. Valid values for
* this structure are HOUR
, DAY
, and
* WEEK
.
The size unit that is used for the lookback window column. Valid values for
* this structure are HOUR
, DAY
, and
* WEEK
.
The size unit that is used for the lookback window column. Valid values for
* this structure are HOUR
, DAY
, and
* WEEK
.
The size unit that is used for the lookback window column. Valid values for
* this structure are HOUR
, DAY
, and
* WEEK
.