@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBackendAPIModelsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetBackendAPIModelsResult() |
| Modifier and Type | Method and Description |
|---|---|
GetBackendAPIModelsResult |
clone() |
boolean |
equals(Object obj) |
String |
getModels()
Stringified JSON of the DataStore model.
|
String |
getStatus()
The current status of the request.
|
int |
hashCode() |
void |
setModels(String models)
Stringified JSON of the DataStore model.
|
void |
setStatus(String status)
The current status of the request.
|
String |
toString()
Returns a string representation of this object.
|
GetBackendAPIModelsResult |
withModels(String models)
Stringified JSON of the DataStore model.
|
GetBackendAPIModelsResult |
withStatus(Status status)
The current status of the request.
|
GetBackendAPIModelsResult |
withStatus(String status)
The current status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setModels(String models)
Stringified JSON of the DataStore model.
models - Stringified JSON of the DataStore model.public String getModels()
Stringified JSON of the DataStore model.
public GetBackendAPIModelsResult withModels(String models)
Stringified JSON of the DataStore model.
models - Stringified JSON of the DataStore model.public void setStatus(String status)
The current status of the request.
status - The current status of the request.Statuspublic String getStatus()
The current status of the request.
Statuspublic GetBackendAPIModelsResult withStatus(String status)
The current status of the request.
status - The current status of the request.Statuspublic GetBackendAPIModelsResult withStatus(Status status)
The current status of the request.
status - The current status of the request.Statuspublic String toString()
toString in class ObjectObject.toString()public GetBackendAPIModelsResult clone()
Copyright © 2021. All rights reserved.