C# Class Amazon.ECS.Model.Promotion

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

Méthode Description
IsSetDetails ( ) : System.Boolean

Checks if Details property is set

IsSetSummary ( ) : System.Boolean

Checks if Summary property is set

WithDetails ( PromotionDetails details ) : Promotion

Sets the Details property

WithSummary ( PromotionSummary summary ) : Promotion

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

IsSetDetails() public méthode

Checks if Details property is set
public IsSetDetails ( ) : System.Boolean
Résultat System.Boolean

IsSetSummary() public méthode

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

WithDetails() public méthode

Sets the Details property
public WithDetails ( PromotionDetails details ) : Promotion
details PromotionDetails Details property
Résultat Promotion

WithSummary() public méthode

Sets the Summary property
public WithSummary ( PromotionSummary summary ) : Promotion
summary PromotionSummary Summary property
Résultat Promotion