The endpoint to which service requests can be submitted, including the actual URL prefix for sending requests and the Amazon Resource Name (ARN) so the endpoint can be referenced in other API calls such as UpdateServiceAccessPolicies.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ServiceEndpoint
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ServiceEndpoint()()()() | Initializes a new instance of the ServiceEndpoint class | 
|  | Endpoint | 
            The URL to which service requests can be submitted. Includes the API version and path prefix. For example,
            search-imdb-movies-oopcnjfn6ugofer3zx5iadxxca.eu-west-1.cloudsearch.amazonaws.com/2013-01-01/search or
            doc-imdb-movies-oopcnjfn6ugofer3zx5iadxxca.eu-west-1.cloudsearch.amazonaws.com/2013-01-01/documents/batch.
             
             | 
|  | 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.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithEndpoint(String) | Obsolete. 
            Sets the Endpoint property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ServiceEndpoint |