Class LiveTailSessionMetadata
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LiveTailSessionMetadata.Builder,LiveTailSessionMetadata>
This object contains the metadata for one LiveTailSessionUpdate structure. It indicates whether that
update includes only a sample of 500 log events out of a larger number of ingested log events, or if it contains all
of the matching log events ingested during that second of time.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Booleansampled()If this istrue, then more than 500 log events matched the request for this update, and thesessionResultsincludes a sample of 500 of those events.static Class<? extends LiveTailSessionMetadata.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
sampled
If this is
true, then more than 500 log events matched the request for this update, and thesessionResultsincludes a sample of 500 of those events.If this is
false, then 500 or fewer log events matched the request for this update, so no sampling was necessary. In this case, thesessionResultsarray includes all log events that matched your request during this time.- Returns:
- If this is
true, then more than 500 log events matched the request for this update, and thesessionResultsincludes a sample of 500 of those events.If this is
false, then 500 or fewer log events matched the request for this update, so no sampling was necessary. In this case, thesessionResultsarray includes all log events that matched your request during this time.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<LiveTailSessionMetadata.Builder,LiveTailSessionMetadata>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-