AWS SDK for .NET Documentation
Service Class
AmazonAmazon.AWSSupport.ModelService Did this page help you?   Yes   No    Tell us about it...

Represents an AWS Service returned by the DescribeServices action.

Declaration Syntax
C#
public class Service
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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

Inheritance Hierarchy
Object
Service

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)