C# Class Amazon.ECS.Model.HelpResponse

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetInformation ( ) : System.Boolean

Checks if Information property is set

IsSetOperationRequest ( ) : System.Boolean

Checks if OperationRequest property is set

ToXML ( ) : String

XML Representation for this object

WithInformation ( ) : HelpResponse

Sets the Information property

WithOperationRequest ( OperationRequest operationRequest ) : HelpResponse

Sets the OperationRequest property

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetInformation() public method

Checks if Information property is set
public IsSetInformation ( ) : System.Boolean
return System.Boolean

IsSetOperationRequest() public method

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

ToXML() public method

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

WithInformation() public method

Sets the Information property
public WithInformation ( ) : HelpResponse
return HelpResponse

WithOperationRequest() public method

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