@Generated(value="software.amazon.awssdk:codegen") public final class CreateModelResponse extends LookoutEquipmentResponse implements ToCopyableBuilder<CreateModelResponse.Builder,CreateModelResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateModelResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateModelResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
modelArn()
The Amazon Resource Name (ARN) of the model being created.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateModelResponse.Builder> |
serializableBuilderClass() |
ModelStatus |
status()
Indicates the status of the
CreateModel operation. |
String |
statusAsString()
Indicates the status of the
CreateModel operation. |
CreateModelResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String modelArn()
The Amazon Resource Name (ARN) of the model being created.
public final ModelStatus status()
Indicates the status of the CreateModel operation.
If the service returns an enum value that is not available in the current SDK version, status will
return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
CreateModel operation.ModelStatuspublic final String statusAsString()
Indicates the status of the CreateModel operation.
If the service returns an enum value that is not available in the current SDK version, status will
return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
CreateModel operation.ModelStatuspublic CreateModelResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateModelResponse.Builder,CreateModelResponse>toBuilder in class AwsResponsepublic static CreateModelResponse.Builder builder()
public static Class<? extends CreateModelResponse.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 © 2022. All rights reserved.