C# Class Amazon.ECS.Model.ListmaniaList

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method 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

Protected Methods

Method 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

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetListId() public method

Checks if ListId property is set
public IsSetListId ( ) : System.Boolean
return System.Boolean

IsSetListName() public method

Checks if ListName property is set
public IsSetListName ( ) : System.Boolean
return System.Boolean

ToXMLFragment() protected method

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
return String

WithListId() public method

Sets the ListId property
public WithListId ( String listId ) : ListmaniaList
listId String ListId property
return ListmaniaList

WithListName() public method

Sets the ListName property
public WithListName ( String listName ) : ListmaniaList
listName String ListName property
return ListmaniaList