public static final class ServerDeploymentGroupAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ServerDeploymentGroupAttributes
ServerDeploymentGroupAttributes
ServerDeploymentGroupAttributes.Builder, ServerDeploymentGroupAttributes.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
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.
|
java.lang.String |
getDeploymentGroupName()
The physical, human-readable name of the CodeDeploy EC2/on-premise Deployment Group that we are referencing.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final IServerApplication getApplication()
ServerDeploymentGroupAttributes
getApplication
in interface ServerDeploymentGroupAttributes
public final java.lang.String getDeploymentGroupName()
ServerDeploymentGroupAttributes
getDeploymentGroupName
in interface ServerDeploymentGroupAttributes
public final IServerDeploymentConfig getDeploymentConfig()
ServerDeploymentGroupAttributes
Default: ServerDeploymentConfig#OneAtATime
getDeploymentConfig
in interface ServerDeploymentGroupAttributes
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()