Interface CfnHoursOfOperationPropsMixin.HoursOfOperationsIdentifierProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnHoursOfOperationPropsMixin.HoursOfOperationsIdentifierProperty.Jsii$Proxy
- Enclosing class:
CfnHoursOfOperationPropsMixin
@Stability(Stable)
public static interface CfnHoursOfOperationPropsMixin.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.cfnpropertymixins.services.connect.*;
HoursOfOperationsIdentifierProperty hoursOfOperationsIdentifierProperty = HoursOfOperationsIdentifierProperty.builder()
.id("id")
.name("name")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnHoursOfOperationPropsMixin.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
@Stability(Stable) static CfnHoursOfOperationPropsMixin.HoursOfOperationsIdentifierProperty.Builder builder()
-