@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String messageType()
A specific type of behavioral data that is collected by the agent.
public Long count()
The count of messages that the agent sends to the Amazon Inspector service.
public Long dataSize()
The data size of messages that the agent sends to the Amazon Inspector service.
public TelemetryMetadata.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TelemetryMetadata.Builder,TelemetryMetadata>
public static TelemetryMetadata.Builder builder()
public static Class<? extends TelemetryMetadata.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.