@Stability(value=Stable)
public static interface CfnIntegration.MarketoSourcePropertiesProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.customerprofiles.*;
MarketoSourcePropertiesProperty marketoSourcePropertiesProperty = MarketoSourcePropertiesProperty.builder()
.object("object")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIntegration.MarketoSourcePropertiesProperty.Builder
A builder for
CfnIntegration.MarketoSourcePropertiesProperty |
static class |
CfnIntegration.MarketoSourcePropertiesProperty.Jsii$Proxy
An implementation for
CfnIntegration.MarketoSourcePropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnIntegration.MarketoSourcePropertiesProperty.Builder |
builder() |
String |
getObject()
`CfnIntegration.MarketoSourcePropertiesProperty.Object`.
|
@Stability(value=Stable) @NotNull String getObject()
@Stability(value=Stable) static CfnIntegration.MarketoSourcePropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.