C# Class Amazon.ECS.Model.OperationInformation

Afficher le fichier Open project: nexus49/grado

Private Properties

Свойство Type Description
EscapeXML String

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
EscapeXML ( String str ) : String

Method Details

IsSetAvailableParameters() public méthode

Checks if AvailableParameters property is set
public IsSetAvailableParameters ( ) : System.Boolean
Résultat System.Boolean

IsSetAvailableResponseGroups() public méthode

Checks if AvailableResponseGroups property is set
public IsSetAvailableResponseGroups ( ) : System.Boolean
Résultat System.Boolean

IsSetDefaultResponseGroups() public méthode

Checks if DefaultResponseGroups property is set
public IsSetDefaultResponseGroups ( ) : System.Boolean
Résultat System.Boolean

IsSetDescription() public méthode

Checks if Description property is set
public IsSetDescription ( ) : System.Boolean
Résultat System.Boolean

IsSetName() public méthode

Checks if Name property is set
public IsSetName ( ) : System.Boolean
Résultat System.Boolean

IsSetRequiredParameters() public méthode

Checks if RequiredParameters property is set
public IsSetRequiredParameters ( ) : System.Boolean
Résultat System.Boolean

ToXMLFragment() protected méthode

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
Résultat String

WithAvailableParameters() public méthode

Sets the AvailableParameters property
public WithAvailableParameters ( AvailableParameters availableParameters ) : OperationInformation
availableParameters AvailableParameters AvailableParameters property
Résultat OperationInformation

WithAvailableResponseGroups() public méthode

Sets the AvailableResponseGroups property
public WithAvailableResponseGroups ( AvailableResponseGroups availableResponseGroups ) : OperationInformation
availableResponseGroups AvailableResponseGroups AvailableResponseGroups property
Résultat OperationInformation

WithDefaultResponseGroups() public méthode

Sets the DefaultResponseGroups property
public WithDefaultResponseGroups ( DefaultResponseGroups defaultResponseGroups ) : OperationInformation
defaultResponseGroups DefaultResponseGroups DefaultResponseGroups property
Résultat OperationInformation

WithDescription() public méthode

Sets the Description property
public WithDescription ( String description ) : OperationInformation
description String Description property
Résultat OperationInformation

WithName() public méthode

Sets the Name property
public WithName ( String name ) : OperationInformation
name String Name property
Résultat OperationInformation

WithRequiredParameters() public méthode

Sets the RequiredParameters property
public WithRequiredParameters ( RequiredParameters requiredParameters ) : OperationInformation
requiredParameters RequiredParameters RequiredParameters property
Résultat OperationInformation