public static final class CfnEndpoint.CapacitySizeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEndpoint.CapacitySizeProperty
CfnEndpoint.CapacitySizeProperty
CfnEndpoint.CapacitySizeProperty.Builder, CfnEndpoint.CapacitySizeProperty.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) |
java.lang.String |
getType()
Specifies the endpoint capacity type.
|
java.lang.Number |
getValue()
Defines the capacity size, either as a number of instances or a capacity percentage.
|
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 java.lang.String getType()
CfnEndpoint.CapacitySizeProperty
INSTANCE_COUNT
: The endpoint activates based on the number of instances.CAPACITY_PERCENT
: The endpoint activates based on the specified percentage of capacity.getType
in interface CfnEndpoint.CapacitySizeProperty
public final java.lang.Number getValue()
CfnEndpoint.CapacitySizeProperty
getValue
in interface CfnEndpoint.CapacitySizeProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()