Interface CfnHoursOfOperation.HoursOfOperationTimeSliceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnHoursOfOperation.HoursOfOperationTimeSliceProperty.Jsii$Proxy
- Enclosing class:
CfnHoursOfOperation
@Stability(Stable)
public static interface CfnHoursOfOperation.HoursOfOperationTimeSliceProperty
extends software.amazon.jsii.JsiiSerializable
The start time or end time for an hours of operation.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.connect.*; HoursOfOperationTimeSliceProperty hoursOfOperationTimeSliceProperty = HoursOfOperationTimeSliceProperty.builder() .hours(123) .minutes(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnHoursOfOperation.HoursOfOperationTimeSliceProperty
static final class
An implementation forCfnHoursOfOperation.HoursOfOperationTimeSliceProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getHours
The hours.- See Also:
-
getMinutes
The minutes.- See Also:
-
builder
-