C# Класс Amazon.ECS.Model.ImageSets

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
EscapeXML String

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
EscapeXML ( String str ) : String

Описание методов

IsSetImageSet() публичный метод

Checks if ImageSet property is set
public IsSetImageSet ( ) : System.Boolean
Результат System.Boolean

IsSetMerchantId() публичный метод

Checks if MerchantId property is set
public IsSetMerchantId ( ) : System.Boolean
Результат System.Boolean

ToXMLFragment() защищенный метод

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
Результат String

WithImageSet() публичный метод

Sets the ImageSet property
public WithImageSet ( ) : ImageSets
Результат ImageSets

WithMerchantId() публичный метод

Sets the MerchantId property
public WithMerchantId ( String merchantId ) : ImageSets
merchantId String MerchantId property
Результат ImageSets