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

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

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