C# Class Amazon.ECS.Model.SavedForLaterItems

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetSavedForLaterItem ( ) : System.Boolean

Checks if SavedForLaterItem property is set

IsSetSubTotal ( ) : System.Boolean

Checks if SubTotal property is set

WithSavedForLaterItem ( ) : SavedForLaterItems

Sets the SavedForLaterItem property

WithSubTotal ( Price subTotal ) : SavedForLaterItems

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

IsSetSavedForLaterItem() public method

Checks if SavedForLaterItem property is set
public IsSetSavedForLaterItem ( ) : System.Boolean
return System.Boolean

IsSetSubTotal() public method

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

WithSavedForLaterItem() public method

Sets the SavedForLaterItem property
public WithSavedForLaterItem ( ) : SavedForLaterItems
return SavedForLaterItems

WithSubTotal() public method

Sets the SubTotal property
public WithSubTotal ( Price subTotal ) : SavedForLaterItems
subTotal Price SubTotal property
return SavedForLaterItems