Interface CfnProcurementPortalPreferencePropsMixin.ContactProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnProcurementPortalPreferencePropsMixin.ContactProperty.Jsii$Proxy
- Enclosing class:
CfnProcurementPortalPreferencePropsMixin
@Stability(Stable)
public static interface CfnProcurementPortalPreferencePropsMixin.ContactProperty
extends software.amazon.jsii.JsiiSerializable
Contact information for a person or role associated with the procurement portal preference.
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.invoicing.*;
ContactProperty contactProperty = ContactProperty.builder()
.email("email")
.name("name")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnProcurementPortalPreferencePropsMixin.ContactPropertystatic final classAn implementation forCfnProcurementPortalPreferencePropsMixin.ContactProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEmail
The email address of the contact person or role.- See Also:
-
getName
The name of the contact person or role.- See Also:
-
builder
@Stability(Stable) static CfnProcurementPortalPreferencePropsMixin.ContactProperty.Builder builder()
-