Represents an AWS Service returned by the DescribeServices action.

C# |
public class Service

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | Service()()()() | Initializes a new instance of the Service class |
![]() | Categories |
A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code.
Category names and codes are passed to AWS Support when you call CreateCase.
|
![]() | Code |
The code for an AWS service returned by DescribeServices response. Has a corresponding name represented by Service.name.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | Name |
The friendly name for an AWS service. Has a corresponding code represented by Service.code.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithCategories(array<Category>[]()[][]) | Obsolete.
Adds elements to the Categories collection
|
![]() | WithCategories(IEnumerable<(Of <<'(Category>)>>)) | Obsolete.
Adds elements to the Categories collection
|
![]() | WithCode(String) | Obsolete.
Sets the Code property
|
![]() | WithName(String) | Obsolete.
Sets the Name property
|

Object | |
![]() | Service |