Class TelemetryMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.inspector.model.TelemetryMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TelemetryMetadata.Builder,TelemetryMetadata>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTelemetryMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TelemetryMetadata.Builderbuilder()Longcount()The count of messages that the agent sends to the Amazon Inspector service.LongdataSize()The data size of messages that the agent sends to the Amazon Inspector service.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmessageType()A specific type of behavioral data that is collected by the agent.List<SdkField<?>>sdkFields()static Class<? extends TelemetryMetadata.Builder>serializableBuilderClass()TelemetryMetadata.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
-
messageType
public final String messageType()
A specific type of behavioral data that is collected by the agent.
- Returns:
- A specific type of behavioral data that is collected by the agent.
-
count
public final Long count()
The count of messages that the agent sends to the Amazon Inspector service.
- Returns:
- The count of messages that the agent sends to the Amazon Inspector service.
-
dataSize
public final Long dataSize()
The data size of messages that the agent sends to the Amazon Inspector service.
- Returns:
- The data size of messages that the agent sends to the Amazon Inspector service.
-
toBuilder
public TelemetryMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TelemetryMetadata.Builder,TelemetryMetadata>
-
builder
public static TelemetryMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends TelemetryMetadata.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.
-
-