@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 |
getModelIntrospectionSchema()
Stringified JSON of the model introspection schema for an existing backend API resource.
|
String |
getModels()
Stringified JSON of the datastore model.
|
String |
getStatus()
The current status of the request.
|
int |
hashCode() |
void |
setModelIntrospectionSchema(String modelIntrospectionSchema)
Stringified JSON of the model introspection schema for an existing backend API resource.
|
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 |
withModelIntrospectionSchema(String modelIntrospectionSchema)
Stringified JSON of the model introspection schema for an existing backend API resource.
|
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 void setModelIntrospectionSchema(String modelIntrospectionSchema)
Stringified JSON of the model introspection schema for an existing backend API resource.
modelIntrospectionSchema
- Stringified JSON of the model introspection schema for an existing backend API resource.public String getModelIntrospectionSchema()
Stringified JSON of the model introspection schema for an existing backend API resource.
public GetBackendAPIModelsResult withModelIntrospectionSchema(String modelIntrospectionSchema)
Stringified JSON of the model introspection schema for an existing backend API resource.
modelIntrospectionSchema
- Stringified JSON of the model introspection schema for an existing backend API resource.public String toString()
toString
in class Object
Object.toString()
public GetBackendAPIModelsResult clone()