C# Class ServiceClientGenerator.OperationInput

For some operations the xmlnamespace and locations are specified on the operation:input. E.g. Route53 ChangeResourceRecordSets.
Inheritance: BaseModel
ファイルを表示 Open project: aws/aws-sdk-net

Public Methods

Method Description
OperationInput ( ServiceModel model, JsonData data ) : Json.LitJson

Creates an operation input through the BaseModel

Method Details

OperationInput() public method

Creates an operation input through the BaseModel
public OperationInput ( ServiceModel model, JsonData data ) : Json.LitJson
model ServiceModel The model of the service
data JsonData The model as a jsonData object
return Json.LitJson