@Generated(value="software.amazon.awssdk:codegen") public final class ComponentStatusData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ComponentStatusData.Builder,ComponentStatusData>
Data on the status of agent components.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ComponentStatusData.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ComponentStatusData.Builder |
builder() |
Long |
bytesReceived()
Bytes received by the component.
|
Long |
bytesSent()
Bytes sent by the component.
|
String |
capabilityArn()
Capability ARN of the component.
|
String |
componentType()
The Component type.
|
String |
dataflowId()
Dataflow UUID associated with the component.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
packetsDropped()
Packets dropped by component.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ComponentStatusData.Builder> |
serializableBuilderClass() |
AgentStatus |
status()
Component status.
|
String |
statusAsString()
Component status.
|
ComponentStatusData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long bytesReceived()
Bytes received by the component.
public final Long bytesSent()
Bytes sent by the component.
public final String capabilityArn()
Capability ARN of the component.
public final String componentType()
The Component type.
public final String dataflowId()
Dataflow UUID associated with the component.
public final Long packetsDropped()
Packets dropped by component.
public final AgentStatus status()
Component status.
If the service returns an enum value that is not available in the current SDK version, status will
return AgentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
AgentStatuspublic final String statusAsString()
Component status.
If the service returns an enum value that is not available in the current SDK version, status will
return AgentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
AgentStatuspublic ComponentStatusData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ComponentStatusData.Builder,ComponentStatusData>public static ComponentStatusData.Builder builder()
public static Class<? extends ComponentStatusData.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.