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

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

Private Properties

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

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

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

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

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

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

IsSetHeight() публичный Метод

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

IsSetIsVerified() публичный Метод

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

IsSetURL() публичный Метод

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

IsSetWidth() публичный Метод

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

WithHeight() публичный Метод

Sets the Height property
public WithHeight ( DecimalWithUnits height ) : Image
height DecimalWithUnits Height property
Результат Image

WithIsVerified() публичный Метод

Sets the IsVerified property
public WithIsVerified ( String isVerified ) : Image
isVerified String IsVerified property
Результат Image

WithURL() публичный Метод

Sets the URL property
public WithURL ( String URL ) : Image
URL String URL property
Результат Image

WithWidth() публичный Метод

Sets the Width property
public WithWidth ( DecimalWithUnits width ) : Image
width DecimalWithUnits Width property
Результат Image