Container for the parameters to the UpdateGatewayInformation operation.
            
This operation updates a gateway's metadata, which includes the gateway's name and time zone. To specify which gateway to update, use the Amazon Resource Name (ARN) of the gateway in your request.
 Declaration Syntax
 Declaration Syntax| C# | 
public class UpdateGatewayInformationRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | UpdateGatewayInformationRequest()()()() | Initializes a new instance of the UpdateGatewayInformationRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GatewayARN | 
            The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and
            region.
             
             Constraints: | 
|  | GatewayName | 
            A unique identifier for your gateway. This name becomes part of the gateway Amazon Resources Name (ARN) which is what you use as an input to
            other operations.
             
             Constraints: | 
|  | GatewayTimezone | |
|  | 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.) | 
|  | WithGatewayARN(String) | Obsolete. 
            Sets the GatewayARN property
             | 
|  | WithGatewayName(String) | Obsolete. 
            Sets the GatewayName property
             | 
|  | WithGatewayTimezone(String) | Obsolete. 
            Sets the GatewayTimezone property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | UpdateGatewayInformationRequest | |