C# Class Amazon.ECS.Model.ImageSets

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

Méthode Description
IsSetImageSet ( ) : System.Boolean

Checks if ImageSet property is set

IsSetMerchantId ( ) : System.Boolean

Checks if MerchantId property is set

WithImageSet ( ) : ImageSets

Sets the ImageSet property

WithMerchantId ( String merchantId ) : ImageSets

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

IsSetImageSet() public méthode

Checks if ImageSet property is set
public IsSetImageSet ( ) : System.Boolean
Résultat System.Boolean

IsSetMerchantId() public méthode

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

WithImageSet() public méthode

Sets the ImageSet property
public WithImageSet ( ) : ImageSets
Résultat ImageSets

WithMerchantId() public méthode

Sets the MerchantId property
public WithMerchantId ( String merchantId ) : ImageSets
merchantId String MerchantId property
Résultat ImageSets