C# Class Amazon.ECS.Model.HelpResponse

Afficher le fichier Open project: nexus49/grado

Private Properties

Свойство Type Description
EscapeXML String

Méthodes publiques

Méthode 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

Méthode Description
EscapeXML ( String str ) : String

Method Details

IsSetInformation() public méthode

Checks if Information property is set
public IsSetInformation ( ) : System.Boolean
Résultat System.Boolean

IsSetOperationRequest() public méthode

Checks if OperationRequest property is set
public IsSetOperationRequest ( ) : System.Boolean
Résultat System.Boolean

ToXML() public méthode

XML Representation for this object
public ToXML ( ) : String
Résultat String

WithInformation() public méthode

Sets the Information property
public WithInformation ( ) : HelpResponse
Résultat HelpResponse

WithOperationRequest() public méthode

Sets the OperationRequest property
public WithOperationRequest ( OperationRequest operationRequest ) : HelpResponse
operationRequest OperationRequest OperationRequest property
Résultat HelpResponse