@Generated(value="jsii-pacmak/0.7.7 (build b1c202b)", date="2018-10-12T09:52:33.807Z") public interface LaunchNotificationConstraintResourceProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LaunchNotificationConstraintResourceProps.Builder
A builder for
LaunchNotificationConstraintResourceProps |
static class |
LaunchNotificationConstraintResourceProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static LaunchNotificationConstraintResourceProps.Builder |
builder() |
Object |
getAcceptLanguage()
``AWS::ServiceCatalog::LaunchNotificationConstraint.AcceptLanguage``
|
Object |
getDescription()
``AWS::ServiceCatalog::LaunchNotificationConstraint.Description``
|
Object |
getNotificationArns()
``AWS::ServiceCatalog::LaunchNotificationConstraint.NotificationArns``
|
Object |
getPortfolioId()
``AWS::ServiceCatalog::LaunchNotificationConstraint.PortfolioId``
|
Object |
getProductId()
``AWS::ServiceCatalog::LaunchNotificationConstraint.ProductId``
|
void |
setAcceptLanguage(String value)
``AWS::ServiceCatalog::LaunchNotificationConstraint.AcceptLanguage``
|
void |
setAcceptLanguage(software.amazon.awscdk.Token value)
``AWS::ServiceCatalog::LaunchNotificationConstraint.AcceptLanguage``
|
void |
setDescription(String value)
``AWS::ServiceCatalog::LaunchNotificationConstraint.Description``
|
void |
setDescription(software.amazon.awscdk.Token value)
``AWS::ServiceCatalog::LaunchNotificationConstraint.Description``
|
void |
setNotificationArns(List<Object> value)
``AWS::ServiceCatalog::LaunchNotificationConstraint.NotificationArns``
|
void |
setNotificationArns(software.amazon.awscdk.Token value)
``AWS::ServiceCatalog::LaunchNotificationConstraint.NotificationArns``
|
void |
setPortfolioId(String value)
``AWS::ServiceCatalog::LaunchNotificationConstraint.PortfolioId``
|
void |
setPortfolioId(software.amazon.awscdk.Token value)
``AWS::ServiceCatalog::LaunchNotificationConstraint.PortfolioId``
|
void |
setProductId(String value)
``AWS::ServiceCatalog::LaunchNotificationConstraint.ProductId``
|
void |
setProductId(software.amazon.awscdk.Token value)
``AWS::ServiceCatalog::LaunchNotificationConstraint.ProductId``
|
Object getNotificationArns()
void setNotificationArns(software.amazon.awscdk.Token value)
void setNotificationArns(List<Object> value)
Object getPortfolioId()
void setPortfolioId(String value)
void setPortfolioId(software.amazon.awscdk.Token value)
Object getProductId()
void setProductId(String value)
void setProductId(software.amazon.awscdk.Token value)
Object getAcceptLanguage()
void setAcceptLanguage(String value)
void setAcceptLanguage(software.amazon.awscdk.Token value)
Object getDescription()
void setDescription(String value)
void setDescription(software.amazon.awscdk.Token value)
static LaunchNotificationConstraintResourceProps.Builder builder()
Copyright © 2018. All rights reserved.