C# Class Amazon.ECS.Model.ImageSet

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetCategory ( ) : System.Boolean

Checks if Category property is set

IsSetLargeImage ( ) : System.Boolean

Checks if LargeImage property is set

IsSetMediumImage ( ) : System.Boolean

Checks if MediumImage property is set

IsSetSmallImage ( ) : System.Boolean

Checks if SmallImage property is set

IsSetSwatchImage ( ) : System.Boolean

Checks if SwatchImage property is set

IsSetThumbnailImage ( ) : System.Boolean

Checks if ThumbnailImage property is set

IsSetTinyImage ( ) : System.Boolean

Checks if TinyImage property is set

WithCategory ( String category ) : ImageSet

Sets the Category property

WithLargeImage ( Image largeImage ) : ImageSet

Sets the LargeImage property

WithMediumImage ( Image mediumImage ) : ImageSet

Sets the MediumImage property

WithSmallImage ( Image smallImage ) : ImageSet

Sets the SmallImage property

WithSwatchImage ( Image swatchImage ) : ImageSet

Sets the SwatchImage property

WithThumbnailImage ( Image thumbnailImage ) : ImageSet

Sets the ThumbnailImage property

WithTinyImage ( Image tinyImage ) : ImageSet

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

IsSetCategory() public method

Checks if Category property is set
public IsSetCategory ( ) : System.Boolean
return System.Boolean

IsSetLargeImage() public method

Checks if LargeImage property is set
public IsSetLargeImage ( ) : System.Boolean
return System.Boolean

IsSetMediumImage() public method

Checks if MediumImage property is set
public IsSetMediumImage ( ) : System.Boolean
return System.Boolean

IsSetSmallImage() public method

Checks if SmallImage property is set
public IsSetSmallImage ( ) : System.Boolean
return System.Boolean

IsSetSwatchImage() public method

Checks if SwatchImage property is set
public IsSetSwatchImage ( ) : System.Boolean
return System.Boolean

IsSetThumbnailImage() public method

Checks if ThumbnailImage property is set
public IsSetThumbnailImage ( ) : System.Boolean
return System.Boolean

IsSetTinyImage() public method

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

WithCategory() public method

Sets the Category property
public WithCategory ( String category ) : ImageSet
category String Category property
return ImageSet

WithLargeImage() public method

Sets the LargeImage property
public WithLargeImage ( Image largeImage ) : ImageSet
largeImage Image LargeImage property
return ImageSet

WithMediumImage() public method

Sets the MediumImage property
public WithMediumImage ( Image mediumImage ) : ImageSet
mediumImage Image MediumImage property
return ImageSet

WithSmallImage() public method

Sets the SmallImage property
public WithSmallImage ( Image smallImage ) : ImageSet
smallImage Image SmallImage property
return ImageSet

WithSwatchImage() public method

Sets the SwatchImage property
public WithSwatchImage ( Image swatchImage ) : ImageSet
swatchImage Image SwatchImage property
return ImageSet

WithThumbnailImage() public method

Sets the ThumbnailImage property
public WithThumbnailImage ( Image thumbnailImage ) : ImageSet
thumbnailImage Image ThumbnailImage property
return ImageSet

WithTinyImage() public method

Sets the TinyImage property
public WithTinyImage ( Image tinyImage ) : ImageSet
tinyImage Image TinyImage property
return ImageSet