@Generated(value="software.amazon.awssdk:codegen") public final class TelemetryMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TelemetryMetadata.Builder,TelemetryMetadata>
The metadata about the Amazon Inspector application data metrics collected by the agent. This data type is used as the response element in the GetTelemetryMetadata action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TelemetryMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TelemetryMetadata.Builder |
builder() |
Long |
count()
The count of messages that the agent sends to the Amazon Inspector service.
|
Long |
dataSize()
The data size of messages that the agent sends to the Amazon Inspector service.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
messageType()
A specific type of behavioral data that is collected by the agent.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TelemetryMetadata.Builder> |
serializableBuilderClass() |
TelemetryMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String messageType()
A specific type of behavioral data that is collected by the agent.
public final Long count()
The count of messages that the agent sends to the Amazon Inspector service.
public final Long dataSize()
The data size of messages that the agent sends to the Amazon Inspector service.
public TelemetryMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TelemetryMetadata.Builder,TelemetryMetadata>public static TelemetryMetadata.Builder builder()
public static Class<? extends TelemetryMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.