C# 클래스 Amazon.ECS.Model.Image

파일 보기 프로젝트 열기: nexus49/grado

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