@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 String commitId()
The commit ID.
public String repository()
The repository.
public String generatedBy()
The entity this entity was generated by.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.