C# Class Amazon.ECS.Model.TagLookupResponse

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetOperationRequest ( ) : System.Boolean

Checks if OperationRequest property is set

IsSetTags ( ) : System.Boolean

Checks if Tags property is set

ToXML ( ) : String

XML Representation for this object

WithOperationRequest ( OperationRequest operationRequest ) : TagLookupResponse

Sets the OperationRequest property

WithTags ( ) : TagLookupResponse

Sets the Tags property

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetOperationRequest() public method

Checks if OperationRequest property is set
public IsSetOperationRequest ( ) : System.Boolean
return System.Boolean

IsSetTags() public method

Checks if Tags property is set
public IsSetTags ( ) : System.Boolean
return System.Boolean

ToXML() public method

XML Representation for this object
public ToXML ( ) : String
return String

WithOperationRequest() public method

Sets the OperationRequest property
public WithOperationRequest ( OperationRequest operationRequest ) : TagLookupResponse
operationRequest OperationRequest OperationRequest property
return TagLookupResponse

WithTags() public method

Sets the Tags property
public WithTags ( ) : TagLookupResponse
return TagLookupResponse