Class GetLookupTableResponse

All Implemented Interfaces:
SdkPojo, ToCopyableBuilder<GetLookupTableResponse.Builder,GetLookupTableResponse>

@Generated("software.amazon.awssdk:codegen") public final class GetLookupTableResponse extends CloudWatchLogsResponse implements ToCopyableBuilder<GetLookupTableResponse.Builder,GetLookupTableResponse>
  • Method Details

    • lookupTableArn

      public final String lookupTableArn()

      The ARN of the lookup table.

      Returns:
      The ARN of the lookup table.
    • lookupTableName

      public final String lookupTableName()

      The name of the lookup table.

      Returns:
      The name of the lookup table.
    • description

      public final String description()

      The description of the lookup table.

      Returns:
      The description of the lookup table.
    • tableBody

      public final String tableBody()

      The full CSV content of the lookup table.

      Returns:
      The full CSV content of the lookup table.
    • sizeBytes

      public final Long sizeBytes()

      The size of the lookup table in bytes.

      Returns:
      The size of the lookup table in bytes.
    • lastUpdatedTime

      public final Long lastUpdatedTime()

      The time when the lookup table was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

      Returns:
      The time when the lookup table was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
    • kmsKeyId

      public final String kmsKeyId()

      The ARN of the KMS key used to encrypt the lookup table data, if applicable.

      Returns:
      The ARN of the KMS key used to encrypt the lookup table data, if applicable.
    • toBuilder

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

      public static GetLookupTableResponse.Builder builder()
    • serializableBuilderClass

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

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

      public final boolean equals(Object obj)
      Overrides:
      equals in class AwsResponse
    • 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)
      Overrides:
      getValueForField in class SdkResponse
    • 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