/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The start time or end time for an hours of operation.See
* Also:
AWS
* API Reference
The hours.
*/ inline int GetHours() const{ return m_hours; } /** *The hours.
*/ inline bool HoursHasBeenSet() const { return m_hoursHasBeenSet; } /** *The hours.
*/ inline void SetHours(int value) { m_hoursHasBeenSet = true; m_hours = value; } /** *The hours.
*/ inline HoursOfOperationTimeSlice& WithHours(int value) { SetHours(value); return *this;} /** *The minutes.
*/ inline int GetMinutes() const{ return m_minutes; } /** *The minutes.
*/ inline bool MinutesHasBeenSet() const { return m_minutesHasBeenSet; } /** *The minutes.
*/ inline void SetMinutes(int value) { m_minutesHasBeenSet = true; m_minutes = value; } /** *The minutes.
*/ inline HoursOfOperationTimeSlice& WithMinutes(int value) { SetMinutes(value); return *this;} private: int m_hours; bool m_hoursHasBeenSet = false; int m_minutes; bool m_minutesHasBeenSet = false; }; } // namespace Model } // namespace Connect } // namespace Aws