@Generated(value="software.amazon.awssdk:codegen") public final class AwsGroundStationAgentEndpoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsGroundStationAgentEndpoint.Builder,AwsGroundStationAgentEndpoint>
Information about AwsGroundStationAgentEndpoint.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsGroundStationAgentEndpoint.Builder |
| Modifier and Type | Method and Description |
|---|---|
AgentStatus |
agentStatus()
The status of AgentEndpoint.
|
String |
agentStatusAsString()
The status of AgentEndpoint.
|
AuditResults |
auditResults()
The results of the audit.
|
String |
auditResultsAsString()
The results of the audit.
|
static AwsGroundStationAgentEndpoint.Builder |
builder() |
ConnectionDetails |
egressAddress()
The egress address of AgentEndpoint.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
RangedConnectionDetails |
ingressAddress()
The ingress address of AgentEndpoint.
|
String |
name()
Name string associated with AgentEndpoint.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsGroundStationAgentEndpoint.Builder> |
serializableBuilderClass() |
AwsGroundStationAgentEndpoint.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AgentStatus agentStatus()
The status of AgentEndpoint.
If the service returns an enum value that is not available in the current SDK version, agentStatus will
return AgentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
agentStatusAsString().
AgentStatuspublic final String agentStatusAsString()
The status of AgentEndpoint.
If the service returns an enum value that is not available in the current SDK version, agentStatus will
return AgentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
agentStatusAsString().
AgentStatuspublic final AuditResults auditResults()
The results of the audit.
If the service returns an enum value that is not available in the current SDK version, auditResults will
return AuditResults.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
auditResultsAsString().
AuditResultspublic final String auditResultsAsString()
The results of the audit.
If the service returns an enum value that is not available in the current SDK version, auditResults will
return AuditResults.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
auditResultsAsString().
AuditResultspublic final ConnectionDetails egressAddress()
The egress address of AgentEndpoint.
public final RangedConnectionDetails ingressAddress()
The ingress address of AgentEndpoint.
public final String name()
Name string associated with AgentEndpoint. Used as a human-readable identifier for AgentEndpoint.
public AwsGroundStationAgentEndpoint.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsGroundStationAgentEndpoint.Builder,AwsGroundStationAgentEndpoint>public static AwsGroundStationAgentEndpoint.Builder builder()
public static Class<? extends AwsGroundStationAgentEndpoint.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.