public static final class ServerDeploymentGroupImportProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ServerDeploymentGroupImportProps
software.amazon.jsii.JsiiObject.InitializationModeServerDeploymentGroupImportProps.Builder, ServerDeploymentGroupImportProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
IServerApplication |
getApplication()
The reference to the CodeDeploy EC2/on-premise Application
that this Deployment Group belongs to.
|
IServerDeploymentConfig |
getDeploymentConfig()
The Deployment Configuration this Deployment Group uses.
|
String |
getDeploymentGroupName()
The physical, human-readable name of the CodeDeploy EC2/on-premise Deployment Group
that we are referencing.
|
void |
setApplication(IServerApplication value)
The reference to the CodeDeploy EC2/on-premise Application
that this Deployment Group belongs to.
|
void |
setDeploymentConfig(IServerDeploymentConfig value)
The Deployment Configuration this Deployment Group uses.
|
void |
setDeploymentGroupName(String value)
The physical, human-readable name of the CodeDeploy EC2/on-premise Deployment Group
that we are referencing.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public IServerApplication getApplication()
getApplication in interface ServerDeploymentGroupImportPropspublic void setApplication(IServerApplication value)
setApplication in interface ServerDeploymentGroupImportPropspublic String getDeploymentGroupName()
getDeploymentGroupName in interface ServerDeploymentGroupImportPropspublic void setDeploymentGroupName(String value)
setDeploymentGroupName in interface ServerDeploymentGroupImportProps@Nullable public IServerDeploymentConfig getDeploymentConfig()
getDeploymentConfig in interface ServerDeploymentGroupImportPropspublic void setDeploymentConfig(@Nullable IServerDeploymentConfig value)
setDeploymentConfig in interface ServerDeploymentGroupImportPropsCopyright © 2019. All rights reserved.