C# Class Amazon.ECS.Model.CorrectedQuery

Afficher le fichier Open project: nexus49/grado Class Usage Examples

Private Properties

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

Méthodes publiques

Méthode Description
IsSetKeywords ( ) : System.Boolean

Checks if Keywords property is set

IsSetMessage ( ) : System.Boolean

Checks if Message property is set

WithKeywords ( String keywords ) : CorrectedQuery

Sets the Keywords property

WithMessage ( String message ) : CorrectedQuery

Sets the Message property

Méthodes protégées

Méthode Description
ToXMLFragment ( ) : String

XML fragment representation of this object

Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only

Private Methods

Méthode Description
EscapeXML ( String str ) : String

Method Details

IsSetKeywords() public méthode

Checks if Keywords property is set
public IsSetKeywords ( ) : System.Boolean
Résultat System.Boolean

IsSetMessage() public méthode

Checks if Message property is set
public IsSetMessage ( ) : System.Boolean
Résultat System.Boolean

ToXMLFragment() protected méthode

XML fragment representation of this object
Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only
protected ToXMLFragment ( ) : String
Résultat String

WithKeywords() public méthode

Sets the Keywords property
public WithKeywords ( String keywords ) : CorrectedQuery
keywords String Keywords property
Résultat CorrectedQuery

WithMessage() public méthode

Sets the Message property
public WithMessage ( String message ) : CorrectedQuery
message String Message property
Résultat CorrectedQuery