Class AwsGroundStationAgentEndpoint
- java.lang.Object
-
- software.amazon.awssdk.services.groundstation.model.AwsGroundStationAgentEndpoint
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsGroundStationAgentEndpoint.Builder,AwsGroundStationAgentEndpoint>
@Generated("software.amazon.awssdk:codegen") public final class AwsGroundStationAgentEndpoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsGroundStationAgentEndpoint.Builder,AwsGroundStationAgentEndpoint>
Information about AwsGroundStationAgentEndpoint.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsGroundStationAgentEndpoint.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentStatusagentStatus()The status of AgentEndpoint.StringagentStatusAsString()The status of AgentEndpoint.AuditResultsauditResults()The results of the audit.StringauditResultsAsString()The results of the audit.static AwsGroundStationAgentEndpoint.Builderbuilder()ConnectionDetailsegressAddress()The egress address of AgentEndpoint.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()RangedConnectionDetailsingressAddress()The ingress address of AgentEndpoint.Stringname()Name string associated with AgentEndpoint.List<SdkField<?>>sdkFields()static Class<? extends AwsGroundStationAgentEndpoint.Builder>serializableBuilderClass()AwsGroundStationAgentEndpoint.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
agentStatus
public final AgentStatus agentStatus()
The status of AgentEndpoint.
If the service returns an enum value that is not available in the current SDK version,
agentStatuswill returnAgentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromagentStatusAsString().- Returns:
- The status of AgentEndpoint.
- See Also:
AgentStatus
-
agentStatusAsString
public final String agentStatusAsString()
The status of AgentEndpoint.
If the service returns an enum value that is not available in the current SDK version,
agentStatuswill returnAgentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromagentStatusAsString().- Returns:
- The status of AgentEndpoint.
- See Also:
AgentStatus
-
auditResults
public final AuditResults auditResults()
The results of the audit.
If the service returns an enum value that is not available in the current SDK version,
auditResultswill returnAuditResults.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauditResultsAsString().- Returns:
- The results of the audit.
- See Also:
AuditResults
-
auditResultsAsString
public final String auditResultsAsString()
The results of the audit.
If the service returns an enum value that is not available in the current SDK version,
auditResultswill returnAuditResults.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauditResultsAsString().- Returns:
- The results of the audit.
- See Also:
AuditResults
-
egressAddress
public final ConnectionDetails egressAddress()
The egress address of AgentEndpoint.
- Returns:
- The egress address of AgentEndpoint.
-
ingressAddress
public final RangedConnectionDetails ingressAddress()
The ingress address of AgentEndpoint.
- Returns:
- The ingress address of AgentEndpoint.
-
name
public final String name()
Name string associated with AgentEndpoint. Used as a human-readable identifier for AgentEndpoint.
- Returns:
- Name string associated with AgentEndpoint. Used as a human-readable identifier for AgentEndpoint.
-
toBuilder
public AwsGroundStationAgentEndpoint.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsGroundStationAgentEndpoint.Builder,AwsGroundStationAgentEndpoint>
-
builder
public static AwsGroundStationAgentEndpoint.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsGroundStationAgentEndpoint.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-