C# Class Amazon.ECS.Model.Image

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

Méthode 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

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

IsSetHeight() public méthode

Checks if Height property is set
public IsSetHeight ( ) : System.Boolean
Résultat System.Boolean

IsSetIsVerified() public méthode

Checks if IsVerified property is set
public IsSetIsVerified ( ) : System.Boolean
Résultat System.Boolean

IsSetURL() public méthode

Checks if URL property is set
public IsSetURL ( ) : System.Boolean
Résultat System.Boolean

IsSetWidth() public méthode

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

WithHeight() public méthode

Sets the Height property
public WithHeight ( DecimalWithUnits height ) : Image
height DecimalWithUnits Height property
Résultat Image

WithIsVerified() public méthode

Sets the IsVerified property
public WithIsVerified ( String isVerified ) : Image
isVerified String IsVerified property
Résultat Image

WithURL() public méthode

Sets the URL property
public WithURL ( String URL ) : Image
URL String URL property
Résultat Image

WithWidth() public méthode

Sets the Width property
public WithWidth ( DecimalWithUnits width ) : Image
width DecimalWithUnits Width property
Résultat Image