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

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

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

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

Checks if AvailableParameters property is set

IsSetAvailableResponseGroups ( ) : System.Boolean

Checks if AvailableResponseGroups property is set

IsSetDefaultResponseGroups ( ) : System.Boolean

Checks if DefaultResponseGroups property is set

IsSetDescription ( ) : System.Boolean

Checks if Description property is set

IsSetName ( ) : System.Boolean

Checks if Name property is set

IsSetRequiredParameters ( ) : System.Boolean

Checks if RequiredParameters property is set

WithAvailableParameters ( AvailableParameters availableParameters ) : OperationInformation

Sets the AvailableParameters property

WithAvailableResponseGroups ( AvailableResponseGroups availableResponseGroups ) : OperationInformation

Sets the AvailableResponseGroups property

WithDefaultResponseGroups ( DefaultResponseGroups defaultResponseGroups ) : OperationInformation

Sets the DefaultResponseGroups property

WithDescription ( String description ) : OperationInformation

Sets the Description property

WithName ( String name ) : OperationInformation

Sets the Name property

WithRequiredParameters ( RequiredParameters requiredParameters ) : OperationInformation

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

메소드 상세

IsSetAvailableParameters() 공개 메소드

Checks if AvailableParameters property is set
public IsSetAvailableParameters ( ) : System.Boolean
리턴 System.Boolean

IsSetAvailableResponseGroups() 공개 메소드

Checks if AvailableResponseGroups property is set
public IsSetAvailableResponseGroups ( ) : System.Boolean
리턴 System.Boolean

IsSetDefaultResponseGroups() 공개 메소드

Checks if DefaultResponseGroups property is set
public IsSetDefaultResponseGroups ( ) : System.Boolean
리턴 System.Boolean

IsSetDescription() 공개 메소드

Checks if Description property is set
public IsSetDescription ( ) : System.Boolean
리턴 System.Boolean

IsSetName() 공개 메소드

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

IsSetRequiredParameters() 공개 메소드

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

WithAvailableParameters() 공개 메소드

Sets the AvailableParameters property
public WithAvailableParameters ( AvailableParameters availableParameters ) : OperationInformation
availableParameters AvailableParameters AvailableParameters property
리턴 OperationInformation

WithAvailableResponseGroups() 공개 메소드

Sets the AvailableResponseGroups property
public WithAvailableResponseGroups ( AvailableResponseGroups availableResponseGroups ) : OperationInformation
availableResponseGroups AvailableResponseGroups AvailableResponseGroups property
리턴 OperationInformation

WithDefaultResponseGroups() 공개 메소드

Sets the DefaultResponseGroups property
public WithDefaultResponseGroups ( DefaultResponseGroups defaultResponseGroups ) : OperationInformation
defaultResponseGroups DefaultResponseGroups DefaultResponseGroups property
리턴 OperationInformation

WithDescription() 공개 메소드

Sets the Description property
public WithDescription ( String description ) : OperationInformation
description String Description property
리턴 OperationInformation

WithName() 공개 메소드

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

WithRequiredParameters() 공개 메소드

Sets the RequiredParameters property
public WithRequiredParameters ( RequiredParameters requiredParameters ) : OperationInformation
requiredParameters RequiredParameters RequiredParameters property
리턴 OperationInformation