/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The desired start time for an off-peak
* maintenance window.See Also:
AWS
* API Reference
The start hour of the window in Coordinated Universal Time (UTC), using
* 24-hour time. For example, 17
refers to 5:00 P.M. UTC.
The start hour of the window in Coordinated Universal Time (UTC), using
* 24-hour time. For example, 17
refers to 5:00 P.M. UTC.
The start hour of the window in Coordinated Universal Time (UTC), using
* 24-hour time. For example, 17
refers to 5:00 P.M. UTC.
The start hour of the window in Coordinated Universal Time (UTC), using
* 24-hour time. For example, 17
refers to 5:00 P.M. UTC.
The start minute of the window, in UTC.
*/ inline long long GetMinutes() const{ return m_minutes; } /** *The start minute of the window, in UTC.
*/ inline bool MinutesHasBeenSet() const { return m_minutesHasBeenSet; } /** *The start minute of the window, in UTC.
*/ inline void SetMinutes(long long value) { m_minutesHasBeenSet = true; m_minutes = value; } /** *The start minute of the window, in UTC.
*/ inline WindowStartTime& WithMinutes(long long value) { SetMinutes(value); return *this;} private: long long m_hours; bool m_hoursHasBeenSet = false; long long m_minutes; bool m_minutesHasBeenSet = false; }; } // namespace Model } // namespace OpenSearchService } // namespace Aws