@Stability(value=Stable) @Internal public static final class Ec2ServiceAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements Ec2ServiceAttributes
Ec2ServiceAttributes
software.amazon.jsii.JsiiObject.InitializationMode
Ec2ServiceAttributes.Builder, Ec2ServiceAttributes.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(ICluster cluster,
String serviceArn,
String serviceName)
Constructor that initializes the object based on literal property values passed by the
Ec2ServiceAttributes.Builder . |
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(Object o) |
ICluster |
getCluster()
The cluster that hosts the service.
|
String |
getServiceArn()
The service ARN.
|
String |
getServiceName()
The name of the service.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
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.protected Jsii$Proxy(ICluster cluster, String serviceArn, String serviceName)
Ec2ServiceAttributes.Builder
.public final ICluster getCluster()
Ec2ServiceAttributes
getCluster
in interface Ec2ServiceAttributes
public final String getServiceArn()
Ec2ServiceAttributes
Default: - either this, or serviceName
, is required
getServiceArn
in interface Ec2ServiceAttributes
public final String getServiceName()
Ec2ServiceAttributes
Default: - either this, or serviceArn
, is required
getServiceName
in interface Ec2ServiceAttributes
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.