C# Class Amazon.ECS.Model.ImageSets

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method 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

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

IsSetImageSet() public method

Checks if ImageSet property is set
public IsSetImageSet ( ) : System.Boolean
return System.Boolean

IsSetMerchantId() public method

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

WithImageSet() public method

Sets the ImageSet property
public WithImageSet ( ) : ImageSets
return ImageSets

WithMerchantId() public method

Sets the MerchantId property
public WithMerchantId ( String merchantId ) : ImageSets
merchantId String MerchantId property
return ImageSets