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

파일 보기 프로젝트 열기: nexus49/grado 1 사용 예제들

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

메소드 설명
IsSetEntityId ( ) : System.Boolean

Checks if EntityId property is set

IsSetName ( ) : System.Boolean

Checks if Name property is set

IsSetTime ( ) : System.Boolean

Checks if Time property is set

IsSetUserId ( ) : System.Boolean

Checks if UserId property is set

WithEntityId ( String entityId ) : Tagging

Sets the EntityId property

WithName ( String name ) : Tagging

Sets the Name property

WithTime ( String time ) : Tagging

Sets the Time property

WithUserId ( String userId ) : Tagging

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

메소드 상세

IsSetEntityId() 공개 메소드

Checks if EntityId property is set
public IsSetEntityId ( ) : System.Boolean
리턴 System.Boolean

IsSetName() 공개 메소드

Checks if Name property is set
public IsSetName ( ) : System.Boolean
리턴 System.Boolean

IsSetTime() 공개 메소드

Checks if Time property is set
public IsSetTime ( ) : System.Boolean
리턴 System.Boolean

IsSetUserId() 공개 메소드

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

WithEntityId() 공개 메소드

Sets the EntityId property
public WithEntityId ( String entityId ) : Tagging
entityId String EntityId property
리턴 Tagging

WithName() 공개 메소드

Sets the Name property
public WithName ( String name ) : Tagging
name String Name property
리턴 Tagging

WithTime() 공개 메소드

Sets the Time property
public WithTime ( String time ) : Tagging
time String Time property
리턴 Tagging

WithUserId() 공개 메소드

Sets the UserId property
public WithUserId ( String userId ) : Tagging
userId String UserId property
리턴 Tagging