Class ComponentStatusData
- java.lang.Object
-
- software.amazon.awssdk.services.groundstation.model.ComponentStatusData
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ComponentStatusData.Builder,ComponentStatusData>
@Generated("software.amazon.awssdk:codegen") public final class ComponentStatusData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ComponentStatusData.Builder,ComponentStatusData>
Data on the status of agent components.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceComponentStatusData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComponentStatusData.Builderbuilder()LongbytesReceived()Bytes received by the component.LongbytesSent()Bytes sent by the component.StringcapabilityArn()Capability ARN of the component.StringcomponentType()The Component type.StringdataflowId()Dataflow UUID associated with the component.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LongpacketsDropped()Packets dropped by component.List<SdkField<?>>sdkFields()static Class<? extends ComponentStatusData.Builder>serializableBuilderClass()AgentStatusstatus()Component status.StringstatusAsString()Component status.ComponentStatusData.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
-
bytesReceived
public final Long bytesReceived()
Bytes received by the component.
- Returns:
- Bytes received by the component.
-
bytesSent
public final Long bytesSent()
Bytes sent by the component.
- Returns:
- Bytes sent by the component.
-
capabilityArn
public final String capabilityArn()
Capability ARN of the component.
- Returns:
- Capability ARN of the component.
-
componentType
public final String componentType()
The Component type.
- Returns:
- The Component type.
-
dataflowId
public final String dataflowId()
Dataflow UUID associated with the component.
- Returns:
- Dataflow UUID associated with the component.
-
packetsDropped
public final Long packetsDropped()
Packets dropped by component.
- Returns:
- Packets dropped by component.
-
status
public final AgentStatus status()
Component status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnAgentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Component status.
- See Also:
AgentStatus
-
statusAsString
public final String statusAsString()
Component status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnAgentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Component status.
- See Also:
AgentStatus
-
toBuilder
public ComponentStatusData.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ComponentStatusData.Builder,ComponentStatusData>
-
builder
public static ComponentStatusData.Builder builder()
-
serializableBuilderClass
public static Class<? extends ComponentStatusData.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.
-
-