Class DescribeKeyValueStoreResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.cloudfrontkeyvaluestore.model.CloudFrontKeyValueStoreResponse
-
- software.amazon.awssdk.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeKeyValueStoreResponse.Builder,DescribeKeyValueStoreResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeKeyValueStoreResponse extends CloudFrontKeyValueStoreResponse implements ToCopyableBuilder<DescribeKeyValueStoreResponse.Builder,DescribeKeyValueStoreResponse>
Metadata information about a Key Value Store.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeKeyValueStoreResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeKeyValueStoreResponse.Builderbuilder()Instantcreated()Date and time when the Key Value Store was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringeTag()The version identifier for the current version of the Key Value Store.StringfailureReason()The reason for Key Value Store creation failure.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegeritemCount()Number of key value pairs in the Key Value Store.StringkvsARN()The Amazon Resource Name (ARN) of the Key Value Store.InstantlastModified()Date and time when the key value pairs in the Key Value Store was last modified.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DescribeKeyValueStoreResponse.Builder>serializableBuilderClass()Stringstatus()The current status of the Key Value Store.DescribeKeyValueStoreResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.LongtotalSizeInBytes()Total size of the Key Value Store in bytes.-
Methods inherited from class software.amazon.awssdk.services.cloudfrontkeyvaluestore.model.CloudFrontKeyValueStoreResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
itemCount
public final Integer itemCount()
Number of key value pairs in the Key Value Store.
- Returns:
- Number of key value pairs in the Key Value Store.
-
totalSizeInBytes
public final Long totalSizeInBytes()
Total size of the Key Value Store in bytes.
- Returns:
- Total size of the Key Value Store in bytes.
-
kvsARN
public final String kvsARN()
The Amazon Resource Name (ARN) of the Key Value Store.
- Returns:
- The Amazon Resource Name (ARN) of the Key Value Store.
-
created
public final Instant created()
Date and time when the Key Value Store was created.
- Returns:
- Date and time when the Key Value Store was created.
-
eTag
public final String eTag()
The version identifier for the current version of the Key Value Store.
- Returns:
- The version identifier for the current version of the Key Value Store.
-
lastModified
public final Instant lastModified()
Date and time when the key value pairs in the Key Value Store was last modified.
- Returns:
- Date and time when the key value pairs in the Key Value Store was last modified.
-
status
public final String status()
The current status of the Key Value Store.
- Returns:
- The current status of the Key Value Store.
-
failureReason
public final String failureReason()
The reason for Key Value Store creation failure.
- Returns:
- The reason for Key Value Store creation failure.
-
toBuilder
public DescribeKeyValueStoreResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeKeyValueStoreResponse.Builder,DescribeKeyValueStoreResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeKeyValueStoreResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeKeyValueStoreResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-