C# Class ServiceClientGenerator.Operation

An object that represents the operations for a service api
Inheritance: BaseModel
ファイルを表示 Open project: aws/aws-sdk-net

Private Properties

Property Type Description

Public Methods

Method Description
Operation ( ServiceModel model, string name, JsonData data ) : Json.LitJson

Constructs on operation from a service model, operation name, and the json model

ToString ( ) : string

Represents the operation as a string

WrapsResultShape ( string shapeName ) : bool

Method Details

Operation() public method

Constructs on operation from a service model, operation name, and the json model
public Operation ( ServiceModel model, string name, JsonData data ) : Json.LitJson
model ServiceModel The model of the service the operation belongs to
name string The name of the operation
data JsonData The json data from the model file
return Json.LitJson

ToString() public method

Represents the operation as a string
public ToString ( ) : string
return string

WrapsResultShape() public method

public WrapsResultShape ( string shapeName ) : bool
shapeName string
return bool