public class GetMLModelRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
mLModelId
The ID assigned to the
MLModel at creation. |
private java.lang.Boolean |
verbose
Specifies whether the
GetMLModel operation should return
Recipe . |
NOOP
Constructor and Description |
---|
GetMLModelRequest() |
Modifier and Type | Method and Description |
---|---|
GetMLModelRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMLModelId()
The ID assigned to the
MLModel at creation. |
java.lang.Boolean |
getVerbose()
Specifies whether the
GetMLModel operation should return
Recipe . |
int |
hashCode() |
java.lang.Boolean |
isVerbose()
Specifies whether the
GetMLModel operation should return
Recipe . |
void |
setMLModelId(java.lang.String mLModelId)
The ID assigned to the
MLModel at creation. |
void |
setVerbose(java.lang.Boolean verbose)
Specifies whether the
GetMLModel operation should return
Recipe . |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetMLModelRequest |
withMLModelId(java.lang.String mLModelId)
The ID assigned to the
MLModel at creation. |
GetMLModelRequest |
withVerbose(java.lang.Boolean verbose)
Specifies whether the
GetMLModel operation should return
Recipe . |
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String mLModelId
The ID assigned to the MLModel
at creation.
private java.lang.Boolean verbose
Specifies whether the GetMLModel
operation should return
Recipe
.
If true, Recipe
is returned.
If false, Recipe
is not returned.
public void setMLModelId(java.lang.String mLModelId)
The ID assigned to the MLModel
at creation.
mLModelId
- The ID assigned to the MLModel
at creation.public java.lang.String getMLModelId()
The ID assigned to the MLModel
at creation.
MLModel
at creation.public GetMLModelRequest withMLModelId(java.lang.String mLModelId)
The ID assigned to the MLModel
at creation.
mLModelId
- The ID assigned to the MLModel
at creation.public void setVerbose(java.lang.Boolean verbose)
Specifies whether the GetMLModel
operation should return
Recipe
.
If true, Recipe
is returned.
If false, Recipe
is not returned.
verbose
- Specifies whether the GetMLModel
operation should
return Recipe
.
If true, Recipe
is returned.
If false, Recipe
is not returned.
public java.lang.Boolean getVerbose()
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 withVerbose(java.lang.Boolean verbose)
Specifies whether the GetMLModel
operation should return
Recipe
.
If true, Recipe
is returned.
If false, Recipe
is not returned.
verbose
- Specifies whether the GetMLModel
operation should
return Recipe
.
If true, Recipe
is returned.
If false, Recipe
is not returned.
public java.lang.Boolean isVerbose()
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetMLModelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()