Class CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.groundstation.CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty
@Stability(Stable)
@Internal
public static final class CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty
An implementation for
CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.groundstation.CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty
CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Builder, CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The status of AgentEndpoint.final String
The results of the audit.final Object
The egress address of AgentEndpoint.final Object
The ingress address of AgentEndpoint.final String
getName()
Name string associated with AgentEndpoint.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Builder
.
-
-
Method Details
-
getAgentStatus
Description copied from interface:CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty
The status of AgentEndpoint.- Specified by:
getAgentStatus
in interfaceCfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty
- See Also:
-
getAuditResults
Description copied from interface:CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty
The results of the audit.- Specified by:
getAuditResults
in interfaceCfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty
- See Also:
-
getEgressAddress
Description copied from interface:CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty
The egress address of AgentEndpoint.- Specified by:
getEgressAddress
in interfaceCfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty
- See Also:
-
getIngressAddress
Description copied from interface:CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty
The ingress address of AgentEndpoint.- Specified by:
getIngressAddress
in interfaceCfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty
- See Also:
-
getName
Description copied from interface:CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty
Name string associated with AgentEndpoint.Used as a human-readable identifier for AgentEndpoint.
- Specified by:
getName
in interfaceCfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-