@Generated(value="software.amazon.awssdk:codegen") public final class BlobAttributeValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BlobAttributeValue.Builder,BlobAttributeValue>
Modifier and Type | Class and Description |
---|---|
static interface |
BlobAttributeValue.Builder |
Modifier and Type | Method and Description |
---|---|
static BlobAttributeValue.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BlobAttributeValue.Builder> |
serializableBuilderClass() |
BlobAttributeValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
SdkBytes |
value()
Returns the value of the Value property for this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public SdkBytes value()
public BlobAttributeValue.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<BlobAttributeValue.Builder,BlobAttributeValue>
public static BlobAttributeValue.Builder builder()
public static Class<? extends BlobAttributeValue.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.