public static DeleteGatewayResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DeleteGatewayResultUnmarshaller();
     }
     return(instance);
 }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            DeleteGatewayResponse response = new DeleteGatewayResponse();

            context.Read();
            response.DeleteGatewayResult = DeleteGatewayResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }