C# Class Amazon.ECS.Model.Image

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetHeight ( ) : System.Boolean

Checks if Height property is set

IsSetIsVerified ( ) : System.Boolean

Checks if IsVerified property is set

IsSetURL ( ) : System.Boolean

Checks if URL property is set

IsSetWidth ( ) : System.Boolean

Checks if Width property is set

WithHeight ( DecimalWithUnits height ) : Image

Sets the Height property

WithIsVerified ( String isVerified ) : Image

Sets the IsVerified property

WithURL ( String URL ) : Image

Sets the URL property

WithWidth ( DecimalWithUnits width ) : Image

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

IsSetHeight() public method

Checks if Height property is set
public IsSetHeight ( ) : System.Boolean
return System.Boolean

IsSetIsVerified() public method

Checks if IsVerified property is set
public IsSetIsVerified ( ) : System.Boolean
return System.Boolean

IsSetURL() public method

Checks if URL property is set
public IsSetURL ( ) : System.Boolean
return System.Boolean

IsSetWidth() public method

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

WithHeight() public method

Sets the Height property
public WithHeight ( DecimalWithUnits height ) : Image
height DecimalWithUnits Height property
return Image

WithIsVerified() public method

Sets the IsVerified property
public WithIsVerified ( String isVerified ) : Image
isVerified String IsVerified property
return Image

WithURL() public method

Sets the URL property
public WithURL ( String URL ) : Image
URL String URL property
return Image

WithWidth() public method

Sets the Width property
public WithWidth ( DecimalWithUnits width ) : Image
width DecimalWithUnits Width property
return Image