C# Class Amazon.ECS.Model.OperationInformation

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method 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

Protected Methods

Method 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

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetAvailableParameters() public method

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

IsSetAvailableResponseGroups() public method

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

IsSetDefaultResponseGroups() public method

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

IsSetDescription() public method

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

IsSetName() public method

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

IsSetRequiredParameters() public method

Checks if RequiredParameters property is set
public IsSetRequiredParameters ( ) : System.Boolean
return System.Boolean

ToXMLFragment() protected method

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
return String

WithAvailableParameters() public method

Sets the AvailableParameters property
public WithAvailableParameters ( AvailableParameters availableParameters ) : OperationInformation
availableParameters AvailableParameters AvailableParameters property
return OperationInformation

WithAvailableResponseGroups() public method

Sets the AvailableResponseGroups property
public WithAvailableResponseGroups ( AvailableResponseGroups availableResponseGroups ) : OperationInformation
availableResponseGroups AvailableResponseGroups AvailableResponseGroups property
return OperationInformation

WithDefaultResponseGroups() public method

Sets the DefaultResponseGroups property
public WithDefaultResponseGroups ( DefaultResponseGroups defaultResponseGroups ) : OperationInformation
defaultResponseGroups DefaultResponseGroups DefaultResponseGroups property
return OperationInformation

WithDescription() public method

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

WithName() public method

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

WithRequiredParameters() public method

Sets the RequiredParameters property
public WithRequiredParameters ( RequiredParameters requiredParameters ) : OperationInformation
requiredParameters RequiredParameters RequiredParameters property
return OperationInformation