@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.041Z") @Stability(value=Stable) public interface CfnPortfolioProductAssociationProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPortfolioProductAssociationProps.Builder
A builder for
CfnPortfolioProductAssociationProps |
static class |
CfnPortfolioProductAssociationProps.Jsii$Proxy
An implementation for
CfnPortfolioProductAssociationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnPortfolioProductAssociationProps.Builder |
builder() |
default String |
getAcceptLanguage()
`AWS::ServiceCatalog::PortfolioProductAssociation.AcceptLanguage`.
|
String |
getPortfolioId()
`AWS::ServiceCatalog::PortfolioProductAssociation.PortfolioId`.
|
String |
getProductId()
`AWS::ServiceCatalog::PortfolioProductAssociation.ProductId`.
|
default String |
getSourcePortfolioId()
`AWS::ServiceCatalog::PortfolioProductAssociation.SourcePortfolioId`.
|
@Stability(value=Stable) @NotNull String getPortfolioId()
@Stability(value=Stable) @NotNull String getProductId()
@Stability(value=Stable) @Nullable default String getAcceptLanguage()
@Stability(value=Stable) @Nullable default String getSourcePortfolioId()
@Stability(value=Stable) static CfnPortfolioProductAssociationProps.Builder builder()
Copyright © 2021. All rights reserved.