@Generated(value="software.amazon.awssdk:codegen") public final class GetMlModelRequest extends MachineLearningRequest implements ToCopyableBuilder<GetMlModelRequest.Builder,GetMlModelRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetMlModelRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetMlModelRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
mlModelId()
The ID assigned to the
MLModel at creation. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetMlModelRequest.Builder> |
serializableBuilderClass() |
GetMlModelRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
verbose()
Specifies whether the
GetMLModel operation should return Recipe. |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String mlModelId()
The ID assigned to the MLModel at creation.
MLModel at creation.public Boolean verbose()
Specifies whether the GetMLModel operation should return Recipe.
If true, Recipe is returned.
If false, Recipe is not returned.
GetMLModel operation should return Recipe.
If true, Recipe is returned.
If false, Recipe is not returned.
public GetMlModelRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetMlModelRequest.Builder,GetMlModelRequest>toBuilder in class MachineLearningRequestpublic static GetMlModelRequest.Builder builder()
public static Class<? extends GetMlModelRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.