@Generated(value="software.amazon.awssdk:codegen") public final class MetadataUpdates extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MetadataUpdates.Builder,MetadataUpdates>
Contains DICOMUpdates.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MetadataUpdates.Builder |
static class |
MetadataUpdates.Type |
| Modifier and Type | Method and Description |
|---|---|
static MetadataUpdates.Builder |
builder() |
DICOMUpdates |
dicomUpdates()
The object containing
removableAttributes and updatableAttributes. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
static MetadataUpdates |
fromDicomUpdates(Consumer<DICOMUpdates.Builder> dicomUpdates)
Create an instance of this class with
dicomUpdates() initialized to the given value. |
static MetadataUpdates |
fromDicomUpdates(DICOMUpdates dicomUpdates)
Create an instance of this class with
dicomUpdates() initialized to the given value. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends MetadataUpdates.Builder> |
serializableBuilderClass() |
MetadataUpdates.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
MetadataUpdates.Type |
type()
Retrieve an enum value representing which member of this object is populated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DICOMUpdates dicomUpdates()
The object containing removableAttributes and updatableAttributes.
removableAttributes and updatableAttributes.public MetadataUpdates.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MetadataUpdates.Builder,MetadataUpdates>public static MetadataUpdates.Builder builder()
public static Class<? extends MetadataUpdates.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static MetadataUpdates fromDicomUpdates(DICOMUpdates dicomUpdates)
dicomUpdates() initialized to the given value.
The object containing removableAttributes and updatableAttributes.
dicomUpdates - The object containing removableAttributes and updatableAttributes.public static MetadataUpdates fromDicomUpdates(Consumer<DICOMUpdates.Builder> dicomUpdates)
dicomUpdates() initialized to the given value.
The object containing removableAttributes and updatableAttributes.
dicomUpdates - The object containing removableAttributes and updatableAttributes.public MetadataUpdates.Type type()
MetadataUpdates.Type.UNKNOWN_TO_SDK_VERSION if the
service returned a member that is only known to a newer SDK version.
When this class is created directly in your code, this will be MetadataUpdates.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.