@Generated(value="software.amazon.awssdk:codegen") public final class StartMlModelTransformJobResponse extends NeptunedataResponse implements ToCopyableBuilder<StartMlModelTransformJobResponse.Builder,StartMlModelTransformJobResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartMlModelTransformJobResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the model transform job.
|
static StartMlModelTransformJobResponse.Builder |
builder() |
Long |
creationTimeInMillis()
The creation time of the model transform job, in milliseconds.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique ID of the new model transform job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartMlModelTransformJobResponse.Builder> |
serializableBuilderClass() |
StartMlModelTransformJobResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The unique ID of the new model transform job.
public final String arn()
The ARN of the model transform job.
public final Long creationTimeInMillis()
The creation time of the model transform job, in milliseconds.
public StartMlModelTransformJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartMlModelTransformJobResponse.Builder,StartMlModelTransformJobResponse>toBuilder in class AwsResponsepublic static StartMlModelTransformJobResponse.Builder builder()
public static Class<? extends StartMlModelTransformJobResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.