Class ServiceModel
java.lang.Object
software.amazon.awssdk.codegen.model.service.ServiceModel
-
Constructor Summary
ConstructorsConstructorDescriptionServiceModel
(ServiceMetadata metadata, Map<String, Operation> operations, Map<String, Shape> shapes, Map<String, Authorizer> authorizers) -
Method Summary
Modifier and TypeMethodDescriptiongetOperation
(String operationName) Convenience getter to retrieve anOperation
by name.Convenience getter to retrieve aShape
by name.void
setAuthorizers
(Map<String, Authorizer> authorizers) void
setClientContextParams
(Map<String, ClientContextParam> clientContextParams) void
setDocumentation
(String documentation) void
setMetadata
(ServiceMetadata metadata) void
setOperations
(Map<String, Operation> operations) void
-
Constructor Details
-
ServiceModel
public ServiceModel() -
ServiceModel
public ServiceModel(ServiceMetadata metadata, Map<String, Operation> operations, Map<String, Shape> shapes, Map<String, Authorizer> authorizers)
-
-
Method Details
-
getMetadata
-
setMetadata
-
getOperations
-
setOperations
-
getOperation
-
getShapes
-
setShapes
-
getShape
-
getDocumentation
-
setDocumentation
-
getAuthorizers
-
setAuthorizers
-
getClientContextParams
-
setClientContextParams
-