Interface CfnCustomLineItem.PresentationDetailsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCustomLineItem.PresentationDetailsProperty.Jsii$Proxy
- Enclosing class:
CfnCustomLineItem
@Stability(Stable)
public static interface CfnCustomLineItem.PresentationDetailsProperty
extends software.amazon.jsii.JsiiSerializable
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.billingconductor.*;
PresentationDetailsProperty presentationDetailsProperty = PresentationDetailsProperty.builder()
.service("service")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCustomLineItem.PresentationDetailsPropertystatic final classAn implementation forCfnCustomLineItem.PresentationDetailsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getService
- See Also:
-
builder
-