Class LiveTailSessionMetadata

java.lang.Object
software.amazon.awssdk.services.cloudwatchlogs.model.LiveTailSessionMetadata
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<LiveTailSessionMetadata.Builder,LiveTailSessionMetadata>

@Generated("software.amazon.awssdk:codegen") public final class LiveTailSessionMetadata extends Object implements SdkPojo, Serializable, 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:
  • Method Details

    • sampled

      public final Boolean sampled()

      If this is true, then more than 500 log events matched the request for this update, and the sessionResults includes 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, the sessionResults array 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 the sessionResults includes 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, the sessionResults array includes all log events that matched your request during this time.

    • toBuilder

      public LiveTailSessionMetadata.Builder toBuilder()
      Specified by:
      toBuilder in interface ToCopyableBuilder<LiveTailSessionMetadata.Builder,LiveTailSessionMetadata>
    • builder

      public static LiveTailSessionMetadata.Builder builder()
    • serializableBuilderClass

      public static Class<? extends LiveTailSessionMetadata.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Specified by:
      equalsBySdkFields in interface SdkPojo
    • 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo