public class ServiceModel extends Object
| Constructor and Description |
|---|
ServiceModel(ServiceMetadata metadata,
Map<String,Operation> operations,
Map<String,Shape> shapes) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentation() |
ServiceMetadata |
getMetadata() |
Operation |
getOperation(String operationName)
Convenience getter to retrieve an
Operation by name. |
Map<String,Operation> |
getOperations() |
Shape |
getShape(String shapeName)
Convenience getter to retrieve a
Shape by name. |
Map<String,Shape> |
getShapes() |
void |
setDocumentation(String documentation) |
public ServiceMetadata getMetadata()
public Operation getOperation(String operationName)
Operation by name.operationName - Name of operation to retrieve.public Shape getShape(String shapeName)
Shape by name.shapeName - Name of shape to retrieve.public String getDocumentation()
public void setDocumentation(String documentation)
Copyright © 2016. All rights reserved.