@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BlobAttributeValue.Builder> |
serializableBuilderClass() |
BlobAttributeValue.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
SdkBytes |
value()
Returns the value of the Value property for this object.
|
copy
public SdkBytes value()
public BlobAttributeValue.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BlobAttributeValue.Builder,BlobAttributeValue>
public static BlobAttributeValue.Builder builder()
public static Class<? extends BlobAttributeValue.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.