C# Class Amazon.ECS.Model.ListmaniaList

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

Méthode Description
IsSetListId ( ) : System.Boolean

Checks if ListId property is set

IsSetListName ( ) : System.Boolean

Checks if ListName property is set

WithListId ( String listId ) : ListmaniaList

Sets the ListId property

WithListName ( String listName ) : ListmaniaList

Sets the ListName 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

IsSetListId() public méthode

Checks if ListId property is set
public IsSetListId ( ) : System.Boolean
Résultat System.Boolean

IsSetListName() public méthode

Checks if ListName property is set
public IsSetListName ( ) : 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

WithListId() public méthode

Sets the ListId property
public WithListId ( String listId ) : ListmaniaList
listId String ListId property
Résultat ListmaniaList

WithListName() public méthode

Sets the ListName property
public WithListName ( String listName ) : ListmaniaList
listName String ListName property
Résultat ListmaniaList