@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, setSdkResponseMetadata
public 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.Status
public String getStatus()
The current status of the request.
Status
public GetBackendAPIModelsResult withStatus(String status)
The current status of the request.
status
- The current status of the request.Status
public GetBackendAPIModelsResult withStatus(Status status)
The current status of the request.
status
- The current status of the request.Status
public String toString()
toString
in class Object
Object.toString()
public GetBackendAPIModelsResult clone()