@Generated(value="software.amazon.awssdk:codegen") public final class MetadataProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MetadataProperties.Builder,MetadataProperties>
Metadata properties of the tracking entity, trial, or trial component.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MetadataProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MetadataProperties.Builder |
builder() |
String |
commitId()
The commit ID.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
generatedBy()
The entity this entity was generated by.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
projectId()
The project ID.
|
String |
repository()
The repository.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MetadataProperties.Builder> |
serializableBuilderClass() |
MetadataProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String commitId()
The commit ID.
public final String repository()
The repository.
public final String generatedBy()
The entity this entity was generated by.
public final String projectId()
The project ID.
public MetadataProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MetadataProperties.Builder,MetadataProperties>public static MetadataProperties.Builder builder()
public static Class<? extends MetadataProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.