Package | Description |
---|---|
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Model> |
GetModelsResult.items
Gets the current Model resource in the collection.
|
Modifier and Type | Method and Description |
---|---|
Model |
Model.clone() |
Model |
Model.withContentType(java.lang.String contentType)
The content-type for the model.
|
Model |
Model.withDescription(java.lang.String description)
The description of the model.
|
Model |
Model.withId(java.lang.String id)
The identifier for the model resource.
|
Model |
Model.withName(java.lang.String name)
The name of the model.
|
Model |
Model.withSchema(java.lang.String schema)
The schema for the model.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Model> |
GetModelsResult.getItems()
Gets the current Model resource in the collection.
|
Modifier and Type | Method and Description |
---|---|
GetModelsResult |
GetModelsResult.withItems(Model... items)
Gets the current Model resource in the collection.
|
Modifier and Type | Method and Description |
---|---|
void |
GetModelsResult.setItems(java.util.Collection<Model> items)
Gets the current Model resource in the collection.
|
GetModelsResult |
GetModelsResult.withItems(java.util.Collection<Model> items)
Gets the current Model resource in the collection.
|
Modifier and Type | Method and Description |
---|---|
Model |
ModelJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ModelJsonMarshaller.marshall(Model model,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|