@Generated(value="jsii-pacmak/0.7.14 (build 91853ce)", date="2019-02-07T11:12:03.138Z") public interface CfnLaunchTemplateConstraintProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLaunchTemplateConstraintProps.Builder
A builder for
CfnLaunchTemplateConstraintProps |
static class |
CfnLaunchTemplateConstraintProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnLaunchTemplateConstraintProps.Builder |
builder() |
String |
getAcceptLanguage()
``AWS::ServiceCatalog::LaunchTemplateConstraint.AcceptLanguage``
|
String |
getDescription()
``AWS::ServiceCatalog::LaunchTemplateConstraint.Description``
|
String |
getPortfolioId()
``AWS::ServiceCatalog::LaunchTemplateConstraint.PortfolioId``
|
String |
getProductId()
``AWS::ServiceCatalog::LaunchTemplateConstraint.ProductId``
|
String |
getRules()
``AWS::ServiceCatalog::LaunchTemplateConstraint.Rules``
|
void |
setAcceptLanguage(String value)
``AWS::ServiceCatalog::LaunchTemplateConstraint.AcceptLanguage``
|
void |
setDescription(String value)
``AWS::ServiceCatalog::LaunchTemplateConstraint.Description``
|
void |
setPortfolioId(String value)
``AWS::ServiceCatalog::LaunchTemplateConstraint.PortfolioId``
|
void |
setProductId(String value)
``AWS::ServiceCatalog::LaunchTemplateConstraint.ProductId``
|
void |
setRules(String value)
``AWS::ServiceCatalog::LaunchTemplateConstraint.Rules``
|
String getPortfolioId()
void setPortfolioId(String value)
String getProductId()
void setProductId(String value)
String getRules()
void setRules(String value)
String getAcceptLanguage()
void setAcceptLanguage(String value)
String getDescription()
void setDescription(String value)
static CfnLaunchTemplateConstraintProps.Builder builder()
Copyright © 2019. All rights reserved.