public static final class CfnSpotFleet.PrivateIpAddressSpecificationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSpotFleet.PrivateIpAddressSpecificationProperty
CfnSpotFleet.PrivateIpAddressSpecificationProperty
CfnSpotFleet.PrivateIpAddressSpecificationProperty.Builder, CfnSpotFleet.PrivateIpAddressSpecificationProperty.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.Object |
getPrimary()
Indicates whether the private IPv4 address is the primary private IPv4 address.
|
java.lang.String |
getPrivateIpAddress()
The private IPv4 address.
|
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 getPrivateIpAddress()
CfnSpotFleet.PrivateIpAddressSpecificationProperty
getPrivateIpAddress
in interface CfnSpotFleet.PrivateIpAddressSpecificationProperty
public final java.lang.Object getPrimary()
CfnSpotFleet.PrivateIpAddressSpecificationProperty
Only one IPv4 address can be designated as primary.
getPrimary
in interface CfnSpotFleet.PrivateIpAddressSpecificationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()