Interface CfnHoursOfOperation.HoursOfOperationsIdentifierProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnHoursOfOperation.HoursOfOperationsIdentifierProperty.Jsii$Proxy
- Enclosing class:
CfnHoursOfOperation
@Stability(Stable)
public static interface CfnHoursOfOperation.HoursOfOperationsIdentifierProperty
extends software.amazon.jsii.JsiiSerializable
Identifier for 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.*;
HoursOfOperationsIdentifierProperty hoursOfOperationsIdentifierProperty = HoursOfOperationsIdentifierProperty.builder()
.id("id")
// the properties below are optional
.name("name")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnHoursOfOperation.HoursOfOperationsIdentifierPropertystatic final classAn implementation forCfnHoursOfOperation.HoursOfOperationsIdentifierProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getId
The identifier for the hours of operation.- See Also:
-
getName
The name of the hours of operation.- See Also:
-
builder
-